Re: [Numpy-discussion] f2py usage

2008-09-12 Thread Pauli Virtanen
Fri, 12 Sep 2008 20:07:57 +0200, Nils Wagner wrote: > How can I use f2py ? > > I followed the instructions given at > > http://www.scipy.org/F2py > > To check if F2PY is installed correctly, I run > > /usr/bin/f2py > Traceback (most recent call last): >File "/usr/bin/f2py", line 20, in ? >

[Numpy-discussion] f2py usage

2008-09-12 Thread Nils Wagner
Hi all, How can I use f2py ? I followed the instructions given at http://www.scipy.org/F2py To check if F2PY is installed correctly, I run /usr/bin/f2py Traceback (most recent call last): File "/usr/bin/f2py", line 20, in ? from numpy.f2py import main ImportError: No module named numpy