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 tarek
Recipients barry, ezio.melotti, loewis, ned.deily, tarek, vstinner
Date 2010-03-11.05:03:46
SpamBayes Score 0.011657806
Marked as misclassified No
Message-id <1268283828.29.0.0190966786171.issue8107@psf.upfronthosting.co.za>
In-reply-to
Content
Also, notice that srcdir can be broken on some platform. For instance, under Mac OS X Framework install:

>>> import distutils.sysconfig
>>> distutils.sysconfig.get_config_var('srcdir')
'/Volumes/Rivendell/Users/ronald/Projects/python/r264'

we get the path that was used by Ronald to compile the distribution :)

Working on it..
History
Date User Action Args
2010-03-11 05:03:48tareksetrecipients: + tarek, loewis, barry, vstinner, ned.deily, ezio.melotti
2010-03-11 05:03:48tareksetmessageid: <1268283828.29.0.0190966786171.issue8107@psf.upfronthosting.co.za>
2010-03-11 05:03:46tareklinkissue8107 messages
2010-03-11 05:03:46tarekcreate