On Sep 10, 2009, at 10:29 AM, Jason Foreman wrote:
On Sep 10, 2009, at 5:09 AM, Georg Seifert wrote:
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?
I'll try to
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
On Sep 9, 2009, at 9:07 AM, Kevin Walzer wrote:
Major Python releases (such as 2.5 and 2.6) are not necessarily
binary compatibel. If you are careful you can get a single binary
that works with 2.5 and 2.6, but you then have to load the
framework manually and also manually resolve any py
Hey all,
In an effort to learn Python, I picked up the 'Official Unofficial'
MacPython 2.4.1 from http://undefined.org/python/ and installed it,
along with the Tiger fix. It works great. However is there not
supposed to be a MacPython folder in /Applications with some goodies
like the Python IDE