Re: Integrating Python with Fortran

2006-10-31 Thread Robert Kern
unexpected wrote: > Hi all, > > I'm currently working on a large, legacy Fortran application. I would > like to start new development in Python (as it is mainly I/O related). > In order to do so, however, the whole project needs to be able to > compile in Fortran. > > I'm aware of resources like

Re: Integrating Python with Fortran

2006-10-31 Thread MC
Hi! in afternoon: http://calcul.math.cnrs.fr/article.php3?id_article=150 -- @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Integrating Python with Fortran

2006-10-31 Thread Martin v. Löwis
unexpected schrieb: > I'm aware of resources like the F2Py Interface generator, but this only > lets me access the Fortran modules I need in Python. I'm wondering if > there's a way to generate the .o files from Python (maybe using > py2exe?) and then link the .o file with the rest of the Fortran p