New issue 10 by brianz: Traceback on GUI2Exe.py startup
http://code.google.com/p/gui2exe/issues/detail?id=10
In r66, launching GIU2Exe.py crashes with the following traceback:
Traceback (most recent call last):
File
"//usr/local/lib/wxPython-unicode-2.8.9.2/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_misc.py",
line 1342, in Notify
self.notify()
File
"//usr/local/lib/wxPython-unicode-2.8.9.2/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_core.py",
line 14676, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "GUI2Exe.py", line 3893, in ShowMain
frame = GUI2Exe(None, -1, "", size=(xvideo, yvideo))
File "GUI2Exe.py", line 416, in __init__
self.SetAllFlags()
File "GUI2Exe.py", line 1269, in SetAllFlags
canUse = self._mgr.CanUseModernDockArt()
AttributeError: 'AuiManager' object has no attribute 'CanUseModernDockArt'
Again, this is r66 from SVN, and I'm running a framework build of Python
2.5.2 with wxPython-unicode-2.8.9.2 on OS X 10.5.8.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 10 by andrea.gavana: Traceback on GUI2Exe.py startup
http://code.google.com/p/gui2exe/issues/detail?id=10
Thanks for the bug report. It should be fixed now in revision 67. I don't
have a Mac to
test GUI2Exe on, so every bug report is more than welcome.