Re: [Pyobjc-dev] buildapplication strawman
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-20 15:36:09
|
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. Just |