Re: [Pythonmac-SIG] py2app run errors

2006-08-11 Thread William Kyngesburye
On Aug 10, 2006, at 6:46 PM, Bob Ippolito wrote: >> Well, some progress. I switched back to the spawn method - I >> didn't realize that the args behaves exactly like in exec, where >> the command and name (argv[0]) are repeated. I was doing spawnlp >> ('open', '-a', 'Terminal.app', shellrun

[Pythonmac-SIG] py2app build problems

2006-08-11 Thread William Kyngesburye
I have a setup.py I generated from py2applet which I've expanded to copy in all the shell scripts and binaries and support files needed for an application (py2app is just for the app startup, the app is all shell scripts and C binaries). - I have dylib_excludes worked out so it doesn't pull

Re: [Pythonmac-SIG] py2app build problems

2006-08-11 Thread Bob Ippolito
On 8/11/06, William Kyngesburye <[EMAIL PROTECTED]> wrote: > I have a setup.py I generated from py2applet which I've expanded to > copy in all the shell scripts and binaries and support files needed > for an application (py2app is just for the app startup, the app is > all shell scripts and C binar