What steps will reproduce the problem? 1. cd to Gui2exe.py folder 2. python Gui2exe 3.
What is the expected output? What do you see instead? I should see the software opened but what I get is this:
Mon Dec 6 08:23:35 gonzaga.cti.gov.br Python[574] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window Mon Dec 6 08:23:35 gonzaga.cti.gov.br Python[574] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. Mon Dec 6 08:23:35 gonzaga.cti.gov.br Python[574] <Error>: CGContextRestoreGState: invalid context 0x0 * 06 December 2010 @ 08:23:37 * Traceback (most recent call last): File "/usr/local/lib/wxPython-unicode-2.8.11.0/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_misc.py", line 1357, in Notify self.notify() File "/usr/local/lib/wxPython-unicode-2.8.11.0/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 14742, in Notify self.result = self.callable(*self.args, **self.kwargs) File "GUI2Exe.py", line 3874, in ShowMain frame = GUI2Exe(None, -1, "", size=(xvideo, yvideo)) File "GUI2Exe.py", line 406, in init self.SetAllFlags() File "GUI2Exe.py", line 1253, in SetAllFlags canUse = self._mgr.CanUseModernDockArt() AttributeError: 'AuiManager' object has no attribute 'CanUseModernDockArt'
What version of GUI2Exe, Python and wxPython are you using? On what operating system? Python 2.7 and wxPython 2.8 for python 2.7. Mac OSX Lepard Version: 10.6.5 Kernel Version: Darwin 10.5.0
Please provide any additional information below. None additional information.
Comment #1
Posted on Dec 6, 2010 by Happy LionI had to download version 0.4 to get it to work on mac..
Comment #2
Posted on Aug 24, 2011 by Massive KangarooFixed in SVN and in the latest release (0.5.1) on the download page.
Status: Fixed
Labels:
Type-Defect
Priority-Medium