Re: [Pyobjc-dev] Build app under 10.5 XCode to run on earlier systems?
Brought to you by:
ronaldoussoren
|
From: Will L. <le...@gm...> - 2009-02-14 00:16:33
|
I haven't personally done this, but it is possible to build against the 2.3 library and thus maintain backwards compatibility with system with 2.3 system Python. Or at least this blog entry suggests it is: http://www.dashingfalcon.com/blog-entry/2008/02/16/backwards-compatible-pyobjc-development-leopard -Will On Feb 13, 2009, at 7:14 PM, Greg Ewing wrote: > 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 > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source > code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |