[Pythonmac-SIG] py2app + wxpython -> ImportError
Aahz
aahz at pythoncraft.com
Sun Apr 10 22:12:30 CEST 2011
On Sun, Apr 10, 2011, Christian K. wrote:
>
> 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
Do you have this problem with a simple test app? Are any of your
imports inside ``if`` blocks or function calls?
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"At Resolver we've found it useful to short-circuit any doubt and just
refer to comments in code as 'lies'. :-)"
--Michael Foord paraphrases Christian Muirhead on python-dev, 2009-03-22
More information about the Pythonmac-SIG
mailing list