On Sep 10, 2009, at 5:09 AM, Georg Seifert wrote:


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?

This is a good question, and I'm sorry to say I haven't got an answer for you. I'm not sure how to specify which framework version to link when you add a framework that contains multiple versions.

What I would probably do myself at that point is to compile a Python 2.5 framework of my own, and embed it into my app.

I'll try to look for ways to specify a specific framework version to link against and let you know if I find anything.


Jason


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to