Hi All,
actually i'm bring to use an application [0] that has wxpython as GUI interface
on a mac osx lion 10.7 using wxpython cocoa
(development version provided as .dmg on the wxpython website)
the application build and runs fine on linux so i guess is a problem of wxpython cocoa.
unlucky the app doesn't print any useful log in the bash shell, but i can provide the osx crash log (attached [1] )
i hope this information can be useful to debug the problems and make more stable wxpython cocoa .
I'll be more than happy to provide you any additional information you need to debug this problem.
thanks!
-- Massimo
[0] grass7 - http://trac.osgeo.org/grass/wiki/DownloadSource
[1] grass7_x86_64gui_log http://www.geofemengineering.it//data/grass7_x86_64gui_log.txt
Hi Massimo,
Based on that crash log, it looks like something is calling wx.SafeYield() from a paint event, which is probably going to cause problems because wx.SafeYield will actually temporarily disable the top level windows in the app, and I'm guessing Cocoa isn't expecting you to suddenly disable the window you're drawing into. (GTK may just silently ignore this problem.) You might want to talk with someone more familiar with the Grass code about this and see what they say.
Thanks,
Kevin
···
On Nov 22, 2011, at 11:47 AM, Massimo Di Stefano wrote:
Hi All,
actually i'm bring to use an application [0] that has wxpython as GUI interface
on a mac osx lion 10.7 using wxpython cocoa
(development version provided as .dmg on the wxpython website)
the application build and runs fine on linux so i guess is a problem of wxpython cocoa.
unlucky the app doesn't print any useful log in the bash shell, but i can provide the osx crash log (attached [1] )
i hope this information can be useful to debug the problems and make more stable wxpython cocoa .
I'll be more than happy to provide you any additional information you need to debug this problem.
thanks!
-- Massimo
[0] grass7 - DownloadSource – GRASS GIS
[1] grass7_x86_64gui_log http://www.geofemengineering.it//data/grass7_x86_64gui_log.txt
--
To unsubscribe, send email to wxPython-dev+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-dev?hl=en