Re: [Pyobjc-dev] buildapplication strawman
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@cw...> - 2002-11-20 16:37:29
|
On Wednesday, Nov 20, 2002, at 16:35 Europe/Amsterdam, Just van Rossum wrote: > Jack Jansen wrote: > >> [ ... ] With a shared library approach your python installation >> cannot be moved around anymore (Python itself can handle this, by >> using its own argv[0] to locate the Lib folder, but embedding >> applications will always use the fixed fallback path). [ ... ] > > I think that Python embedders should think twice about embedding based > on an > install not included with the system: the above is definitely not the > only > reason things may break. If you embed, ship Python as well and be done > with it. I fail to see this... In the case of MacCVS it's simple: if there's no framework Python installation you get no scripting capabilities. In the case of the Python OSA component I'm not sure what happens, but it doesn't really matter: the Python OSA component should be considered an integral part of the Python distribution (and we also don't really care what the IDE does if Python isn't installed). -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |