Re: [Pyobjc-dev] py2app doesn't work to create standalone dist
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2012-09-28 11:24:36
|
On Sep 28, 2012, at 11:14 AM, "Diez B. Roggisch" <de...@we...> wrote: 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. I haven't seen this before. You could try running with pdb to see if that gives you more information? Can you build the sample projects that ship with py2app and pyobjc? If those work you could try to minimize your setup.py file and then add in stuff until building fails. Ronald 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 > ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Pyobjc-dev mailing list Pyo...@li... https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |