Am 10.04.11 22:12, schrieb Aahz:
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?

No, I import it like this:

from wx.lib.pubsub import setuparg1
from wx.lib.pubsub import pub as Publisher

The first line is important for freezing with py2exe on windows.

Christian


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to