Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: 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: vi...@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! ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6087> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com