[issue5436] test_distutils fails with official Mac OS X Installer Disk Image (3.0.1)

Tarek Ziadé report at bugs.python.org
Sat Mar 7 19:01:23 CET 2009


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

That's because get_config_vars reads the src_dir
located in your Makefile (in config/Makefile):

srcdir=>>......./Users/ronald/Projects/python/bld/r301
VPATH=>.>......./Users/ronald/Projects/python/bld/r301

Moreover, the test is totally broken because it uses 
"Include" which won't work under Windows in that case.

So basically, it will work only on a trunk version.

This test has to be reworked asap.

----------
priority:  -> high
versions: +Python 2.6, Python 2.7, Python 3.1

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


More information about the Python-bugs-list mailing list