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 paugier
Recipients dstufft, eric.araujo, paugier
Date 2014-06-21.14:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403361356.73.0.508496637116.issue21821@psf.upfronthosting.co.za>
In-reply-to
Content
Under Windows 7, with Python 3.4.1 |Anaconda 2.0.1 (64-bit), calling the function cygwinccompiler.is_cygwingcc of the distutils package leads to a FileNotFoundError.

I solved the problem for me by adding the argument shell=True in l. 404 of cygwinccompiler.py:

out_string = check_output(['gcc', '-dumpmachine'], shell=True)
History
Date User Action Args
2014-06-21 14:35:56paugiersetrecipients: + paugier, eric.araujo, dstufft
2014-06-21 14:35:56paugiersetmessageid: <1403361356.73.0.508496637116.issue21821@psf.upfronthosting.co.za>
2014-06-21 14:35:56paugierlinkissue21821 messages
2014-06-21 14:35:56paugiercreate