[Pyobjc-dev] py2app doesn't work to create standalone dist
Brought to you by:
ronaldoussoren
From: Diez B. R. <de...@we...> - 2012-09-10 20:06:08
|
Hi there, under OSX 10.7 with python2.7, pyobjc-2.3 installed via easy_install and SDK set to 10.7, I get this when trying to create a distributable app: """ creating /Users/deets/projects/GH28/basel/projects/touchViz/build/bdist.macosx-10.7-x86_64/python2.7-standalone/app/collect/CoreFoundation byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyobjc_framework_Cocoa-2.3-py2.7-macosx-10.7-x86_64.egg/Foundation/__init__.py to Foundation/__init__.pyc creating /Users/deets/projects/GH28/basel/projects/touchViz/build/bdist.macosx-10.7-x86_64/python2.7-standalone/app/collect/Foundation close failed in file object destructor: Error in sys.excepthook: Original exception was: close failed in file object destructor: Error in sys.excepthook: Original exception was: """ Using py2app -A creates a running aliased bundle. Any suggestions? Diez |