Hi, I tried to make an app using py2app on OSX 10.6.5, python 2.6.5, wxpython 2.8.11.0 Building works, but when running I get
File "wx/lib/pubsub/pub.pyc", line 24, in <module> File "wx/lib/pubsub/core/listener.pyc", line 13, in <module> ImportError: No module named listenerimpl I had (other) problems with pubsub using py2exe, too, and I needed to add 'wx.lib.pubsub' to the 'package' section of the setup options dict. That did not help py2app though. Any ideas? Regards, Christian _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
