[issue1628] test_distutils unit test is failing rev:59499

2007-12-14 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r59511 The Makefile VPATH fix broke an unit test on Windows. The code now checks if any of the files exist. -- keywords: +py3k resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1628] test_distutils unit test is failing rev:59499

2007-12-14 Thread Guido van Rossum
Changes by Guido van Rossum: -- assignee: -> tiran priority: -> high __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsu

[issue1628] test_distutils unit test is failing rev:59499

2007-12-14 Thread Joseph Armbruster
New submission from Joseph Armbruster: Error detailed below.. I reverted the changes to sysconfig.py from rev 59488 and the error goes away. I believe the suspect line is: # head python_build = os.path.isfile(os.path.join(project_base, "Modules", "Setu