Hello list!,
OSX Lion, native Apple Python and PyObjC (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 Qua
Hello,
I have a problem/question about building apps on the MacOS 10.7.2 version. Ok
so I have succesfully bundled my application on 10.5.8 but now we need a 64-bit
distribution too so we are trying to build it on 10.7.2 . This comes from what
I see with a default 64-bit python 2.7.1 and a py2a