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

Sean Robinson sean.robinson at sccmail.maricopa.edu
Mon Nov 21 18:37:15 CET 2011


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.robinson at sccmail.maricopa.edu


More information about the Pythonmac-SIG mailing list