Hi, On Fri, Oct 24, 2008 at 11:52 AM, Simosito wrote: > > 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 mentioned "latest wxPython". The latest wxPython contains the module wx.lib.embeddedimage, I am 100% sure. Could you please tell me what you get if you write: import wx wx.version() in your Python environment? Andrea. "Imagination Is The Only Weapon In The War Against Reality." http://xoomer.alice.it/infinity77/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
