python - Error: command 'gcc' failed: No such file or directory -
i'm trying run a
python setup.py build --compiler=mingw32
but results in error mentioned in subject:
error: command 'gcc' failed: no such file or directory
but capable of running gcc command prompt (i have added path env var):
>gcc gcc: fatal error: no input files compilation terminated
i'm running on windows 7 64-bit. python27. specific source i'm trying build:
previous post on issue.
any help/advice/solutions appreciated.
after hours , hours of searching, i've discovered problem between mingw , python. don't communicate 1 another.
there exists binary package of mingw (unofficial) meant use python located here
it fixes problem!
Comments
Post a Comment