On 18 Nov, 2011, at 15:06, learner404 wrote:

> 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 Quartz
> 
> What should I do?
> 
> Is py2app works with Apple Python and pyobjc on OSX Lion?
> 
> Is another tool would be more suited to package such things?

You should have better results when you install py2app from my bitbucket.org 
repository. The installation procedure is slightly involved right now, you'll 
first have to install a new version of modulegraph also from my repository at 
bitbucket.  

I hope to have some time to look into a number of OSX 10.5 bugs in py2app and 
do a release at pypi after that.

Ronald

> 
> Thanks
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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