Closed GoogleCodeExporter closed 9 years ago
I think the hello example given in http://www.scipy.org/F2PY_Windows is
unfortunate. The fortran code writes directly to the console which would work
when you run the program from the Python console but not when you run it from
an IDE, since IDEs capture the output of sys.stdout sys.stderr.
In most realistic cases you would use Fortran code to do calculations and all
the printing should be done using Python print statements.
Original comment by pyscripter
on 14 Sep 2010 at 10:33
Original issue reported on code.google.com by
alexy...@gmail.com
on 4 Aug 2009 at 5:18