It seems not to work (Ubuntu 8.04, letest wxpython & python 2.5)
Traceback (most recent call last):
File "GUI2Exe.py", line 138, in <module>
from ProjectTreeCtrl import ProjectTreeCtrl
File "/home/simone/Scrivania/GUI2Exe_0.2/ProjectTreeCtrl.py", line
7, in <module>
from Widgets import PyBusyInfo
File "/home/simone/Scrivania/GUI2Exe_0.2/Widgets.py", line 29, in
<module>
from Utilities import flatten, unique, RecurseSubDirs,
GetLocaleDict, GetAvailLocales
File "/home/simone/Scrivania/GUI2Exe_0.2/Utilities.py", line 20, in
<module>
from AllIcons import catalog
File "/home/simone/Scrivania/GUI2Exe_0.2/AllIcons.py", line 4, in
<module>
from wx.lib.embeddedimage import PyEmbeddedImage
ImportError: No module named embeddedimage
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---