Bump. Nobody seen this? I tried with a freshly re-installed Python 2.7, with new pyobjc and py2app 0.6.4. Same issue. It seems kind of random at which packet it crashes, if that help.
I'm really looking for a solution, because I finally would have an actually commercial project I *need* to ship an app, instead of private stuff I can run as aliased bundle, so any help is much appreciated.
Diez
On Sep 10, 2012, at 10:06 PM, Diez B. Roggisch wrote:
> 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
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Pyobjc-dev mailing list
> Pyo...@li...
> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev
>
|