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