[Pythonmac-SIG] Link against Python Framework

Georg Seifert georg.seifert at gmx.de
Thu Sep 10 12:09:36 CEST 2009


>
> If you want to make absolutely sure that Apple can't break you, you  
> could bundle the version of Python.framework upon which you depend  
> into your app.  However, that's probably not necessary unless you  
> want to use a newer version of Python than the system has (say,  
> 3.0+, or 2.6 on Leopard).

How do I specify the version to link with.
The 10.5 SDK links against python 2.5 and the 10.6 SDK to 2.6. But  
what if I need the 10.6 SKD but want to link to python 2.5?

Regards
Georg


More information about the Pythonmac-SIG mailing list