Re: [Pythonmac-SIG] py2app error when launching built app

2013-06-25 Thread Alex Honeywell
Framework build. I believe it had something to do with a bad environment (I was using virtualenv when I was getting this error and there were a few pathing conflicts). I deleted everything and made a more isolated Python environment with homebrew in /usr/local and it works fine now. On Mon, Dec 2

Re: [Pythonmac-SIG] py2app error when launching built app

2012-12-24 Thread Ronald Oussoren
On 11 Nov, 2012, at 23:26, Alex Honeywell wrote: > I've got my app successfully bundled and built, but when I try to launch it > from Finder I get "snakewatch: Error" and nothing else except "exited with > error: 255" in Console. > > When I run the binary from Terminal instead, I get > > Tra

[Pythonmac-SIG] py2app error when launching built app

2012-12-21 Thread Alex Honeywell
I've got my app successfully bundled and built, but when I try to launch it from Finder I get "snakewatch: Error" and nothing else except "exited with error: 255" in Console. When I run the binary from Terminal instead, I get Traceback (most recent call last): File "/Volumes/Data/Development/sn