Hello list!,

Context: OSX Lion, native Apple Python and PyObjC (all 64 bits).

The setup.py and build phase from py2app seems to work great (no
complaints) until i'm launching the .app:

Console:
from AppKit import NSBeep
ImportError: No module named AppKit
from Quartz import *
ImportError: No module named Quartz

Is py2app works with Apple Python and pyobjc on OSX Lion?

Is another tool would be more suited to package such things? (tried
pyinstaller)

Thanks
_______________________________________________
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