Using Fortran libraries from Python?

Fernando Perez fperez528 at yahoo.com
Thu Jun 17 20:18:57 EDT 2004


Carl wrote:

> I have experimented with f2c and swig-generated wrappers to create python
> modules from Fortran files.

Don't bother, just use f2py.  It works beautifully (we use it everyday in
production codes).

Best,

f



More information about the Python-list mailing list