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

2011-11-21 Thread schneo
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 mod

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

2011-11-21 Thread Sean Robinson
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