mingw

Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin'

Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin' Question: I’m trying to compile a python extension with cython in win 7 64-bit using mingw (64-bit). I’m working with Python 2.6 (Active Python 2.6.6) and with the adequate distutils.cfg file (setting mingw as the compiler) When executing > C:Python26programasCython>python setup.py build_ext …

Total answers: 4

How to install pywin32 module in windows 7

How to install pywin32 module in windows 7 Question: I am trying to install pywin32. I downloaded it from sourceforge.net. When I run setup.py install it shows “Unable to find vcvarsall.bat”. I Googled about it and found that I have to install MinGW and set path then run python setup.py build –compiler=mingw32 but it’s showing …

Total answers: 5