I am trying to install the python Package pyOpt and have difficulties using Microsoft Visual Studio Express because I am running a 64 bit install of Python.
The pyOpt developers recommend using MinGW-W64 if the system doesn't have access to other c/Fortran compilers.
I have now installed MinGW-W64 but it seems like the standard python setup.py install seems to still want to use VS.
How do I tell the installer to rather use MinGW's compiler instead? Should MinGW come with the necessary c compiler out of the box or must I first install one in MinGW?