[f2py] f2py without MS Visual Studio
Robert Von Dreele <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am trying to avoid installing an otherwise unused MS Visual C++ and use f2py in either python 2.5.4 or 2.6.2. I use MinGW for my fortran compiles in Windows and other systems (linux, etc.). Problem is that f2py seems to want to "look" for MSVC cl.exe when it starts up even if the f2py option "--compiler=mingw32" is used. Bob Von Dreele