[issue8107] test_distutils fails on Windows in 2.6.5rc2

Tarek Ziadé report at bugs.python.org
Thu Mar 11 06:03:48 CET 2010


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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..

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8107>
_______________________________________


More information about the Python-bugs-list mailing list