Re: [Pyobjc-dev] bootstrapping with execve in /bin/sh?
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-27 15:06:51
|
Jack Jansen wrote: > We could use my trick of a couple of weeks ago: put a symlink to python > into the Contents/MacOS directory and use that symlink, I think. (with > all the caveats of not being able to switch to another python after > creating the applet). That would be ok for applets but is useless for standalone apps. Looks like I'll have to stick with bootstrapping in Python... Just |