What steps will reproduce the problem? 1. Copy zip to dir 2. Execute python GUI2Exe.py 3. I get """"""""""""" Traceback (most recent call last): File "GUI2Exe.py", line 138, in <module> from ProjectTreeCtrl import ProjectTreeCtrl File "/home/hans/temp/gui2exe/ProjectTreeCtrl.py", line 7, in <module> from Widgets import PyBusyInfo File "/home/hans/temp/gui2exe/Widgets.py", line 29, in <module> from Utilities import flatten, unique, RecurseSubDirs, GetLocaleDict, GetAvailLocales File "/home/hans/temp/gui2exe/Utilities.py", line 20, in <module> from AllIcons import catalog File "/home/hans/temp/gui2exe/AllIcons.py", line 4, in <module> from wx.lib.embeddedimage import PyEmbeddedImage ImportError: No module named embeddedimage """"""""""""""
What is the expected output? What do you see instead? A gui I think
What version of the product are you using? On what operating system? OpenSUSE 10.3, GUI2Exe 0.2
Please provide any additional information below.
Comment #1
Posted on Oct 21, 2008 by Massive KangarooHi,
thank you for your feedback. Can I please ask you which version of wxPython are you using? I seem to recall that PyEmbeddedImage was added in 2.8.8.0...
Comment #2
Posted on Feb 7, 2009 by Massive KangarooI am closing this issue as GUI2Exe explicitly requires wxPython 2.8.8.0+.
Status: WontFix
Labels:
Type-Defect
Priority-Medium