On 11/21/2011 08:04 AM, schneo wrote:
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?


What version of py2app are you using? This looks much like the symptoms I was getting with 0.6.3. Try the latest version from https://bitbucket.org/ronaldoussoren/py2app


--
Sean Robinson
Laboratory Technician
Physics Astronomy Geology
sean.robin...@sccmail.maricopa.edu
_______________________________________________
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