[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

[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

[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.
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' Subject: F2PY errors still exist To All, I am now trying to use

[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

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] 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

[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] Still having issues with f2py

2008-09-10 Thread Blubaugh, David A.
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 F2py many times myself in the windows environment. Once

[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

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

2008-09-08 Thread Blubaugh, David A.
) 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 -Original Message- From: Blubaugh, David A. Sent: Monday, September 08, 2008 6:04 PM To: '[EMAIL PROTECTED]' Subject

[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

[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

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

2008-03-17 Thread Blubaugh, David A.
: 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. Re: how to build a series

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 this issue before