Re: [Pyobjc-dev] bootstrapping with execve in /bin/sh?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-11-27 15:40:44
|
Why would it be useless for standalone apps? I suppose standalone apps have a python interpreter stuffed inside the resources directory. You can then create a relative symlink to this interpreter (e.g. cd MyApp.app/Contents/MacOS && ln -s ../Resources/python .) Ronald On Wednesday, Nov 27, 2002, at 16:06 Europe/Amsterdam, Just van Rossum wrote: > 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 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |