xdcdx <agentr...@gmail.com> added the comment: Correction to my last message: the first two Python installations, located at /Library/Frameworks/Python.framework/Versions/ did not come with Snow Leopard, I installed them from MacPython packages. The Snow Leopard version (/usr/bin/python) does not seem affected by the bug.
I just installed the latest MacPython stable packages (2.6.4 and 3.1.1), and the relative path bug is still present. Here's the result for 3.1.1: --$ /Library/Frameworks/Python.framework/Versions/3.1/bin/python3 Python 3.1.1 (r311:74543, Aug 24 2009, 18:44:04) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.sysconfig >>> print(distutils.sysconfig.get_config_var('LINKFORSHARED')) -framework CoreFoundation Python.framework/Versions/3.1/Python ---------- versions: +Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3588> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com