akshayrkulkarni / gui2exe

Automatically exported from code.google.com/p/gui2exe
0 stars 0 forks source link

Traceback on GUI2Exe.py startup #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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. 

Original issue reported on code.google.com by bri...@gmail.com on 6 Nov 2009 at 10:39

GoogleCodeExporter commented 9 years ago
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.

Original comment by andrea.gavana@gmail.com on 6 Nov 2009 at 11:17