Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Kevin Walzer
On 4/18/10 12:24 AM, Mike wrote: Hey, Thanks. I did try it on Debian Linux, and got this: stripping zgp /usr/bin/strip: '-': No such file /usr/bin/strip: /root/crap/zgp/src/dist/zgp.app/Contents/MacOS/zgp: File format not recognized stripping saved 0 bytes (116316 / 116316) I assume that means

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
Hey, Thanks. I did try it on Debian Linux, and got this: stripping zgp /usr/bin/strip: '-': No such file /usr/bin/strip: /root/crap/zgp/src/dist/zgp.app/Contents/MacOS/zgp: File format not recognized stripping saved 0 bytes (116316 / 116316) I assume that means it didn't work and I'll need a

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Chris Rebert
On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote: > Hi all, > > I'm having an issue with Py2app. I'm totally new to this, so if you could > help I'd greatly appreciate it. Below is some of the output I was getting, > and the traceback. I generated a setup.py using py2applet, and thne ran > python setu.

[Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
Hi all, I'm having an issue with Py2app. I'm totally new to this, so if you could help I'd greatly appreciate it. Below is some of the output I was getting, and the traceback. I generated a setup.py using py2applet, and thne ran python setu.py py2app. If you need more information from me, let m