Calling FORTAN dll functions from Python

Stefan Behnel stefan_ml at behnel.de
Tue Dec 7 06:52:54 EST 2010


Alex van der Spek, 07.12.2010 12:11:
> Does anyone know how to call functions from FORTRAN dlls in Python? Is
> it even possible?

Sure, have a look at fwrap and Cython.

Stefan




More information about the Python-list mailing list