This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients oefe, tarek
Date 2009-03-07.18:01:20
SpamBayes Score 6.578294e-05
Marked as misclassified No
Message-id <1236448883.32.0.55090816022.issue5436@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-03-07 18:01:23tareksetrecipients: + tarek, oefe
2009-03-07 18:01:23tareksetmessageid: <1236448883.32.0.55090816022.issue5436@psf.upfronthosting.co.za>
2009-03-07 18:01:21tareklinkissue5436 messages
2009-03-07 18:01:21tarekcreate