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]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
