[Numpy-discussion] f2py IS NOW WORKING

2008-10-02 Thread Blubaugh, David A.
To all, I have now been able to develop a stable file via f2py!! However, I had to execute the following: 1.) First, I had to copy all required library files from my selected Compaq visual Fortran compiler under python's scripts directory along with f2py itself. 2.) I also had to include a

[Numpy-discussion] f2py IS NOW WORKING

2008-10-01 Thread Blubaugh, David A.
To all, I have now been able to develop a stable file via f2py!! However, I had to execute the following: 1.) First, I had to copy all required library files from my selected Compaq visual Fortran compiler under python's scripts directory along with f2py itself. 2.) I also had to include a

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

2008-09-25 Thread Blubaugh, David A.
l Studio\VC98 Should I just uninstall and then reinstall Compaq Visual Fortran 6.) to resolve this issue? Thanks, David Blubaugh -----Original Message- From: Blubaugh, David A. Sent: Thursday, September 25, 2008 5:44 PM To: 'numpy-discussion@scipy.org' S

[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\Scripts>C:\python25\python f2py.py -c --fcompiler=compaqv -m hello hello.f90 I was wondering as to if I should input --compiler=

Re: [Numpy-discussion] NEW GENERATED DLL ERROR FOUND WITHIN

2008-09-20 Thread Blubaugh, David A.
Sep 2008 16:25:00 +0900 From: David Cournapeau <[EMAIL PROTECTED]> Subject: Re: [Numpy-discussion] NEW GENERATED DLL ERROR FOUND WITHIN f2PY.py To: Discussion of Numerical Python Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Blubaugh, David A. wrote

[Numpy-discussion] NEW GENERATED DLL ERROR FOUND WITHIN f2PY.py

2008-09-19 Thread Blubaugh, David A.
To All, I have now been able to generate a .pyd file from a FORTRAN file that I am trying to interface with python. I was able to execute this with an additional insight into how f2py operates. It seems as though the documentation requires an upgrade, since there appears to be missing info

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 inform

[Numpy-discussion] Has any one out there ever worked with the Rpyc, which is a remote process call for python

2008-09-11 Thread Blubaugh, David A.
To All, Has any one out there ever worked with the Rpyc, which is a remote process call for python? David Blubaugh This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in

[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 C:\python25

Re: [Numpy-discussion] Still having issues with f2py

2008-09-11 Thread Blubaugh, David A.
Uwe, I have tried your example and it look as though it would have worked. However, I did obtain the following error!!! python25> python setup.py build -cmingw32 running build running scons customize Mingw32CCompiler Found executable C:\gfortran\bin\gcc.exe Ignoring "Python was built with Visu

Re: [Numpy-discussion] Still having issues with f2py

2008-09-10 Thread Blubaugh, David A.
u All Greatly, David Blubaugh From: Mark Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 7:06 PM To: Blubaugh, David A. Subject: Re: Still having issues Hi David: I'm not 100% sure of what's going on. I've used F

[Numpy-discussion] Still having issues

2008-09-09 Thread Blubaugh, David A.
Mark, I have taken the advice that you had given to me the other day. However, I am still having issues with actually executing the f2py.py script. > If numpy is installed, then f2py will be too. > On the windows environment, > there is a file called f2py.py that you can >>> > ca

[Numpy-discussion] F2PY ?? Has anyone worked with the F2PY generator?

2008-09-08 Thread Blubaugh, David A.
"C:\Python25\Lib\site-packages\numpy\f2py\setup.py", line 130, in **config) TypeError: setup() got multiple values for keyword argument 'version' >>> I do not know as to how to fix the multiple values for version?? PLEASE HELP!!! David Blubaugh -O

[Numpy-discussion] F2PY ?? Has anyone worked with the F2PY generator?

2008-09-08 Thread Blubaugh, David A.
To All, Has anyone worked with the F2PY generator? This is something that is supposedly built within numpy and scipy. I was wondering if anyone has had any issues with this environment?? It is important for my current employment!! Thanks, David Blubaugh This e-mail transmission contains

[Numpy-discussion] HASH TABLES IN PYTHON

2008-05-14 Thread Blubaugh, David A.
To Whom It May Concern, I was wondering if anyone has ever worked with hash tables within the Python Programming language? I will need to utilize this ability for quick numerical calculations. Thank You, David Blubaugh This e-mail transmission contains information that is confidential

[Numpy-discussion] Floating-point support for MyHDL

2008-03-20 Thread Blubaugh, David A.
Would anyone know as to how to develop floating point support for the MyHDL module?? Has anyone worked with any alternative versions of the IEEE standard for floating -point? Also has anyone developed a floating-point library for a module within the python environment in order to execute numerical

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 18, Issue 35

2008-03-17 Thread Blubaugh, David A.
Message- From: Blubaugh, David A. Sent: Monday, March 17, 2008 5:11 PM To: 'numpy-discussion@scipy.org' Cc: '[EMAIL PROTECTED]' Subject: RE: Numpy-discussion Digest, Vol 18, Issue 35 Robert, What I envisioned would be a simple but quick means to develop a FFT. I have worked th

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 18, Issue 35

2008-03-17 Thread Blubaugh, David A.
c than "Re: Contents of Numpy-discussion digest..." Today's Topics: 1. Re: Numpy and OpenMP (Gnata Xavier) 2. Scipy to MyHDL! (Blubaugh, David A.) 3. Re: numpy.ma bug: need sanity check in masked_where (Eric Firing) 4. Re: Numpy and OpenMP (Charles R Harris) 5.

[Numpy-discussion] Scipy to MyHDL!

2008-03-17 Thread Blubaugh, David A.
To Whom It May Concern, Please allow me to introduce myself. My name is David Allen Blubaugh. I am currently in the developmental stages of a Field-Programmable-Gate-Array (FPGA) device for a high-performance computing application. I am currently evaluating the MyHDL environment for translating