[Numpy-discussion] GCC Error (?)

2008-09-12 Thread Adrian Price-Whelan
Hey - Trying to reinstall numpy and scipy on my Macbook Pro running Mac OS X 10.5.4 but now both of them give me nasty errors akin to: Could not locate executable f95 customize AbsoftFCompiler Could not locate executable f90 Could not locate executable f77 customize IBMFCompiler Could not

Re: [Numpy-discussion] GCC Error (?)

2008-09-12 Thread Robert Kern
On Fri, Sep 12, 2008 at 01:20, Adrian Price-Whelan [EMAIL PROTECTED] wrote: Hey - Trying to reinstall numpy and scipy on my Macbook Pro running Mac OS X 10.5.4 but now both of them give me nasty errors akin to: Could not locate executable f95 customize AbsoftFCompiler Could not locate

[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

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 ? from

Re: [Numpy-discussion] Numpy array flags - BUG?

2008-09-12 Thread Thomas Hrabe
Thank you, first tests work. Thomas Travis E. Oliphant wrote: Thomas Hrabe wrote: Hello everyone, I must report odd behaviour of the numpy arrays regarding the flags set for each array object in C++. Please have a look at the following code: static PyObject* test(PyObject*

Re: [Numpy-discussion] F2py errors still

2008-09-12 Thread Blubaugh, David A.
Robert, In response to your statement I cannot find Numpy 1.2 listed. Where is it??? David Blubaugh I believe this got fixed recently. Please try the latest release candidate of numpy 1.2. And please try to stay in one mailing list thread. This e-mail transmission contains

Re: [Numpy-discussion] F2py errors still

2008-09-12 Thread Jarrod Millman
On Fri, Sep 12, 2008 at 12:34 PM, Blubaugh, David A. [EMAIL PROTECTED] wrote: In response to your statement I cannot find Numpy 1.2 listed. Where is it??? I haven't announced rc2 yet, since I am still waiting to get the binaries built (should be out later today). But since you are building