[Numpy-discussion] F2PY errors still exist

2008-09-25 Thread Blubaugh, David A.
To All, I am now trying to use the visual compaq compiler. I am legally required to utilize this compiler for my employment. I have tried the following: C:\Python25\ScriptsC:\python25\python f2py.py -c --fcompiler=compaqv -m hello hello.f90 I was wondering as to if I should input

Re: [Numpy-discussion] F2PY errors still exist (possible solution)

2008-09-25 Thread Blubaugh, David A.
To All, I can now see as to where the error lies. I apologize for my poor eye sight. The error lies in me using Compaq Visual Fortran 6.0. The error listed from f2py.py after I enter the following commands are the following: Commands Entered C:\Python25\ScriptsC:\python25\python

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

[Numpy-discussion] F2py errors still

2008-09-11 Thread Blubaugh, David A.
To All, I am still not sure as to why this is not working. I believe it could be my windows environment variables. However, I have set these variables based on the following webpage: http://www.scipy.org/F2PY_Windows The error that I obtain is the following: C:\python25\python

Re: [Numpy-discussion] F2py errors still

2008-09-11 Thread Robert Kern
On Thu, Sep 11, 2008 at 16:42, Blubaugh, David A. [EMAIL PROTECTED] wrote: To All, I am still not sure as to why this is not working. I believe it could be my windows environment variables. However, I have set these variables based on the following webpage: