Guido Soranzio wrote:
Until a decision whether to use the Apple version of Python2.5 or to build python25 also as a framework has been made, those proposed ports updated to the latest Python can't be committed.
Per our policy, we do not link to system libraries but build them in MacPorts itself. Furthermore, there is no Python2.5 Framework from Apple for Tiger. So python25 should build a Framework into /opt/local/Library/Frameworks/Python.framework as python24 does. But there are some problems. Is there any way to link to a specific framework version or does it always link against Current? Or would we have to manually specify include and libs instead of -framework? Related: http://trac.macports.org/projects/macports/ticket/12817 Reference: http://lists.macosforge.org/pipermail/macports-dev/2007-October/002997.html Rainer