akshayrkulkarni / gui2exe

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

PyEmbeddedImage requirement #1

Closed GoogleCodeExporter closed 9 years ago

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

Original issue reported on code.google.com by hansvdme...@gmail.com on 21 Oct 2008 at 10:27

GoogleCodeExporter commented 9 years ago
Hi,

   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...

Original comment by andrea.gavana@gmail.com on 21 Oct 2008 at 11:26

GoogleCodeExporter commented 9 years ago
I am closing this issue as GUI2Exe explicitly requires wxPython 2.8.8.0+.

Original comment by andrea.gavana@gmail.com on 7 Feb 2009 at 4:56