[Numpy-discussion] Will f2py ever be used in numpy ?

David Cournapeau cournapeau at cslab.kecl.ntt.co.jp
Mon Mar 10 04:45:19 EDT 2008


On Mon, 2008-03-10 at 02:11 -0500, Robert Kern wrote:

> 
> Yes, but it's probably going to be easier to wrap whatever by hand
> than try to ensure that f2py bootstraps correctly, scons or no scons.
> 

Ok, thanks. Some last questions regarding f2py: 
	- does it make any difference to use it from the command line
(executing it through the shell) compared to using it by importing the
module (import numpy.f2py), as long as I am making sure I use the right
executable ?
	- Would it be possible to add a facility to f2py to get the executable
name from the module ? Something like sys.executable, but for f2py ? (If
it is ok, I can add the facility myself)

	cheers,

	David




More information about the NumPy-Discussion mailing list