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 eric.araujo
Recipients alexis, eric.araujo, loewis, tarek, techtonik
Date 2011-04-27.09:39:58
SpamBayes Score 0.001214029
Marked as misclassified No
Message-id <1303897199.93.0.696369713829.issue11928@psf.upfronthosting.co.za>
In-reply-to
Content
> WindowsError: [Error 2] The system cannot find the file specified: 'some file '

The strange thing is that the filename is correct (I feared it was a strip() call somewhere that caused the bug), and that you get a WindowsError.  This makes me think that the fault lies in the OS, not in distutils.  I can’t reproduce your bug on linux2.
History
Date User Action Args
2011-04-27 09:40:00eric.araujosetrecipients: + eric.araujo, loewis, techtonik, tarek, alexis
2011-04-27 09:39:59eric.araujosetmessageid: <1303897199.93.0.696369713829.issue11928@psf.upfronthosting.co.za>
2011-04-27 09:39:58eric.araujolinkissue11928 messages
2011-04-27 09:39:58eric.araujocreate