[SciPy-dev] Bug in distuils appendpath

Jörgen Stenarson jorgen.stenarson at bostream.nu
Wed Dec 7 15:16:22 EST 2005


Hi,

The tests for appendpath in scipy.distutils.misc_util fail on a windows 
machine. The reason is that the join used to build the expected answer 
does not normalize the path to contain \ instead of /. There is also a 
small problem in appendpath itself. Both prefix and path need to have 
abspath applied otherwise one of them will begin with c:\prefix and the 
other one won't.

After these two changes the tests pass on my windows machine.

Best regards,
Jörgen Stenarson



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20051207/72b04368/attachment.ksh>


More information about the SciPy-Dev mailing list