[Pyobjc-dev] Trying to run examples from the website
Brought to you by:
ronaldoussoren
From: Grzegorz A. H. <gr...@ti...> - 2010-01-10 20:45:49
|
Hello there. I've followed the instructions on the website to install pyobjc through "easy_install pyobjc==2.2" on a snow leopard 10.6.2. Now I've downloaded the example PyObjCExample-CGRotation from http://pyobjc.sourceforge.net/examples/pyobjc-framework-Quartz/index.html and try to run it using "python main.py", but I get this error: $ python main.py 2010-01-10 21:26:34.055 Python[48412:d07] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting What am I doing wrong? Is there something else I need to setup? |