This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rsanchezsaez
Recipients khinsen, naufraghi, ronaldoussoren, rsanchezsaez, tarek
Date 2009-12-15.16:08:52
SpamBayes Score 6.3657246e-11
Marked as misclassified No
Message-id <1260893334.54.0.552071151949.issue3588@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-12-15 16:08:54rsanchezsaezsetrecipients: + rsanchezsaez, ronaldoussoren, tarek, naufraghi, khinsen
2009-12-15 16:08:54rsanchezsaezsetmessageid: <1260893334.54.0.552071151949.issue3588@psf.upfronthosting.co.za>
2009-12-15 16:08:53rsanchezsaezlinkissue3588 messages
2009-12-15 16:08:52rsanchezsaezcreate