Thanks for the input! wx.lib.pubsub is only one of the many modules that I'm importing from wxPython, though. I import wx, wx.grid, wx.stc, and many others. pubsub is the only one that is causing any issues.
On Tue, Oct 19, 2010 at 10:07 AM, Martin Zibricky <[email protected]>wrote: > wx python files aren't placed directly in > > /usr/lib/python2.6/site-packages > > but on my system in > > /usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/ > > The PYTHONPATH to wx modules is specified in > > /usr/lib/python2.6/site-packages/wx.pth > > Pyinstaller seems to not handle these files and thus module > wx.lib.pubsub is not packaged by pinstaller. > > That's my current observatrion. > > -- > 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]<pyinstaller%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- Daniel Hyams [email protected] -- 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.
