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

Trémouilles David david.trem at gmail.com
Tue Dec 11 14:25:28 EST 2012


Indeed using f2py.compile will not solve the problem.
Actually the code was directly inspired form compile.

Any other other suggestion to improve that point ?

David

Le 11/12/12 17:32, Bradley M. Froehle a écrit :
> 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
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list