[IPython-dev] Embryo of Fortran magic based on f2py

Bradley M. Froehle brad.froehle at gmail.com
Tue Dec 11 11:32:55 EST 2012


I would have suggested using the `numpy.f2py.compile` function directly: https://github.com/numpy/numpy/blob/master/numpy/f2py/__init__.py

… although it appears to use exec_command as well.

-Brad


On Tuesday, December 11, 2012 at 4:16 AM, klo uo wrote:

> Thanks for working on this.
> On Windows it won't run:
>  
> ========================================
> Could not locate executable C:Python27pythonw.exe
> Executable C:Python27pythonw.exe does not exist
> ========================================
>  
> Obvious issue with backslash at some point
>  
> Is distutil.exec_command only way to do this?
> On Windows it will look "ugly" as it pops command line window on command execution






More information about the IPython-dev mailing list