Python Forum

Full Version: Question about F2py...Help me plz!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm windows user.
To make sure my available Fortran compiler, I put [>>>Python -m numpy.f2py -c --help-fcompiler] into command line however there after Fortran compilers found: is nothing!! there should be Intel Visual Fortran Compiler for 32-bit ...  something (cuz my my fortran compiler said so...)
I thought fortran compiler path was not through system environment variable though, it was.
please somebody tell me why and if possible, please tell me solution...
Quote:I put
>>>Python -m numpy.f2py -c --help-fcompiler
into command line
The >>> show that your putting it into the python interpreter. You need to put this

python -m numpy.f2py -c --help-fcompiler
into the system command prompt/terminal
Yuji3131 Wrote:Thx for response so quickly but still there is nothing...
to make sure, where is the system command prompt/terminal?
plz some detail...

In Windows if you search
cmd
You will bring up the system command prompt

In linux if you hit Control + Alt + t, it will bring up a terminal
thx anyway!!
eventually I couldn't figure out why there is nothing after found compiler: so, i installed gnu95

then I got question again... I tried to use f2py but this error message came out[compiling C sources error: Unable to find vcvarsall.bat],however i already installed VC++ for python2.7. there is no explanation further installing VC++ so plz tell me how to deal with it...