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
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
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