[Pythonmac-SIG] py2app don't find Appkit or Quartz...

schneo schneo at gmail.com
Mon Nov 21 16:04:50 CET 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20111121/57e4a4a2/attachment.html>


More information about the Pythonmac-SIG mailing list