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 vinay.sajip
Recipients Arfrever, eric.araujo, tarek, vinay.sajip, ysj.ray
Date 2010-09-13.06:13:47
SpamBayes Score 4.79906e-06
Marked as misclassified No
Message-id <1284358429.37.0.425825512046.issue6087@psf.upfronthosting.co.za>
In-reply-to
Content
N.B. without the sysconfig.py patch, sysconfig.get_path() fails, but differently.

With the patch, sysconfig.get_path('stdlib') and sysconfig.get_path('include') give the expected values, but _CONFIG_VARS['srcdir'] still seems wrong:

vinay@eta-jaunty:/tmp$ python3.2
Python 3.2a2+ (py3k:84759, Sep 13 2010, 05:14:55) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig._CONFIG_VARS['srcdir']
'/tmp'
>>> 

Someone please take a look!
History
Date User Action Args
2010-09-13 06:13:49vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, Arfrever, ysj.ray
2010-09-13 06:13:49vinay.sajipsetmessageid: <1284358429.37.0.425825512046.issue6087@psf.upfronthosting.co.za>
2010-09-13 06:13:47vinay.sajiplinkissue6087 messages
2010-09-13 06:13:47vinay.sajipcreate