Re: [Pyobjc-dev] Build app under 10.5 XCode to run on earlier systems?
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2009-02-14 00:12:35
|
Red wrote: > Is there a way to force it to use whatever Python framework is > installed? Even if there were, it probably wouldn't be a good idea. The ABI of the Python library can change from one version of Python to another, so extensions are linked against a particular version of it. -- Greg |