ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
332 stars 35 forks source link

py2app / PySide on Fat32 or ExFat. #144

Open ronaldoussoren opened 10 years ago

ronaldoussoren commented 10 years ago

Original report by Anthony Morrissey (Bitbucket: moreisee, GitHub: moreisee).


I'm getting an error when running a pyside application on Mac OS X 10.9.1.

#!python

4/9/14 11:35:17.156 AM com.apple.launchd.peruser.501[156]: (org.pythonmac.unspecified.hellopyside.79584[43449]) Job appears to have crashed: Abort trap: 6

I can run it fine from HFS+, but when running from Fat32 or ExFat, it errors out immediately.

I'm on the latest of PySide (1.2.1 install via homebrew), py2app (0.8), and i've installed python via homebrew (2.7).

ronaldoussoren commented 10 years ago

Original comment by Anthony Morrissey (Bitbucket: moreisee, GitHub: moreisee).


I should also mention that it fails on the pyside Helloworld application found in py2app/Examples/

There isn't a lot in the way of error messages, but anything I can do to help, I would be happy to.

ronaldoussoren commented 10 years ago

Original comment by Anthony Morrissey (Bitbucket: moreisee, GitHub: moreisee).


Any Luck with this yet? I mean no disrespect as I'm sure you're very busy, but I'm getting a fair amount of pressure about this.

I realized I didn't mention it, but this error comes when running from an External USB Drive, and as I said before, it's easily reproducible with the py2app example code.