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

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Closing as fixed then. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2009-03-30 Thread Ned Deily
Ned Deily added the comment: I believe r69307, checked in after 3.0.1, removes the faulty test in test_get_python_inc so this failure no longer occurs on py3k builds snd this issue can probably be closed. -- nosy: +nad ___ Python tracker

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

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Tarek: I don't understand your comment. Both the tests and code in distutils look correct to me, although one of them should be wrong given the failure that Martina is seeing. (I've check the code in Python's trunk and 3.x branch) -- nosy: +ronaldou

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

2009-03-07 Thread Tarek Ziadé
Tarek Ziadé 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 "In

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

2009-03-07 Thread Martina Oefelein
New submission from Martina Oefelein : Majestix:~ martina$ python3.0 -m test.regrtest test_distutils Could not find '/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/test' in sys.path to remove it test_distutils test test_distutils failed -- Traceback (most recent call last): F