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 srid
Recipients eric.araujo, srid, tarek
Date 2010-12-20.22:06:41
SpamBayes Score 1.5531924e-07
Marked as misclassified No
Message-id <1292882803.72.0.805823865383.issue10743@psf.upfronthosting.co.za>
In-reply-to
Content
From http://code.google.com/p/virtualenv5/issues/detail?id=6 - it seems that the `sysconfig` module is looking for Makefile in wrong directory, while ideally it must be looking into the base Python install.

>> import sysconfig; sysconfig.get_paths('purelib')
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/sysconfig.py", line 332, in _init_posix
    _parse_makefile(makefile, vars)
  File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/sysconfig.py", line 220, in _parse_makefile
    with open(filename, errors="surrogateescape") as f:
IOError: [Errno 2] No such file or directory: '/tmp/e/lib/python3.2/config-3.2m/Makefile'
History
Date User Action Args
2010-12-20 22:06:43sridsetrecipients: + srid, tarek, eric.araujo
2010-12-20 22:06:43sridsetmessageid: <1292882803.72.0.805823865383.issue10743@psf.upfronthosting.co.za>
2010-12-20 22:06:41sridlinkissue10743 messages
2010-12-20 22:06:41sridcreate