New submission from PierreAugier:

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)

----------
components: Distutils
messages: 221177
nosy: dstufft, eric.araujo, paugier
priority: normal
severity: normal
status: open
title: The function cygwinccompiler.is_cygwingcc leads to FileNotFoundError 
under Windows 7
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to