[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 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 error, please do not read, copy or disseminate it in any manner. 
If you are not the intended recipient, any disclosure, copying, distribution or 
use of the contents of this information is prohibited. Please reply to the 
message immediately by informing the sender that the message was misdirected. 
After replying, please erase it from your computer system. Your assistance in 
correcting this error is appreciated.

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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

2008-09-08 Thread Blubaugh, David A.
Pauli,


Yes,  I am utilizing the windows environment.  I cannot install f2py.  

I obtain the following error when I try to execute the setup.py file
within the f2py folder located within the numpy master folder:


Warning: Assuming default configuration
(lib\parser/{setup_parser,setup}.py was not found) Appending
f2py.lib.parser configuration to f2py.lib Ignoring attempt to set 'name'
(from 'f2py.lib' to 'f2py.lib.parser')
Warning: Assuming default configuration
(lib\extgen/{setup_extgen,setup}.py was not found) Appending
f2py.lib.extgen configuration to f2py.lib Ignoring attempt to set 'name'
(from 'f2py.lib' to 'f2py.lib.extgen') Appending f2py.lib configuration
to f2py Ignoring attempt to set 'name' (from 'f2py' to 'f2py.lib') F2PY
Version 2_4423

Traceback (most recent call last):
  File C:\Python25\Lib\site-packages\numpy\f2py\setup.py, line 130, in
module
**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





 

-Original Message-
From: Blubaugh, David A. 
Sent: Monday, September 08, 2008 6:04 PM
To: '[EMAIL PROTECTED]'
Subject: F2PY ?? Has anyone worked with the F2PY generator?

To All,


Has anyone worked with the F2PY generator?  This is something that is
supposedly built within numpy and scipy for the Python environment.  I
was wondering if anyone has encountered any issues with this
environment??  This is important to find the answers to these questions.



Thanks,


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 error, please do not read, copy or disseminate it in any manner. 
If you are not the intended recipient, any disclosure, copying, distribution or 
use of the contents of this information is prohibited. Please reply to the 
message immediately by informing the sender that the message was misdirected. 
After replying, please erase it from your computer system. Your assistance in 
correcting this error is appreciated.

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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

2008-09-08 Thread Robert Kern
On Mon, Sep 8, 2008 at 18:26, Blubaugh, David A. [EMAIL PROTECTED] wrote:
 Pauli,


 Yes,  I am utilizing the windows environment.  I cannot install f2py.

 I obtain the following error when I try to execute the setup.py file
 within the f2py folder located within the numpy master folder:

Don't do that. Once numpy is installed, f2py is installed.

-- 
Robert Kern

I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth.
 -- Umberto Eco
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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

2008-09-08 Thread Mark Miller
If numpy is installed, then f2py will be too.  On the windows environment,
there is a file called f2py.py that you can call from the command line.  It
should be in the 'scripts' directory of your Python installation.

Try something like this:

python c:\python25\scripts\f2py.py
(of course change to reflect your own python installation directory)

-Mark


On Mon, Sep 8, 2008 at 4:26 PM, Blubaugh, David A. [EMAIL PROTECTED]wrote:

 Pauli,


 Yes,  I am utilizing the windows environment.  I cannot install f2py.

 I obtain the following error when I try to execute the setup.py file
 within the f2py folder located within the numpy master folder:


 Warning: Assuming default configuration
 (lib\parser/{setup_parser,setup}.py was not found) Appending
 f2py.lib.parser configuration to f2py.lib Ignoring attempt to set 'name'
 (from 'f2py.lib' to 'f2py.lib.parser')
 Warning: Assuming default configuration
 (lib\extgen/{setup_extgen,setup}.py was not found) Appending
 f2py.lib.extgen configuration to f2py.lib Ignoring attempt to set 'name'
 (from 'f2py.lib' to 'f2py.lib.extgen') Appending f2py.lib configuration
 to f2py Ignoring attempt to set 'name' (from 'f2py' to 'f2py.lib') F2PY
 Version 2_4423

 Traceback (most recent call last):
  File C:\Python25\Lib\site-packages\numpy\f2py\setup.py, line 130, in
 module
**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







 -Original Message-
 From: Blubaugh, David A.
 Sent: Monday, September 08, 2008 6:04 PM
 To: '[EMAIL PROTECTED]'
 Subject: F2PY ?? Has anyone worked with the F2PY generator?

 To All,


 Has anyone worked with the F2PY generator?  This is something that is
 supposedly built within numpy and scipy for the Python environment.  I
 was wondering if anyone has encountered any issues with this
 environment??  This is important to find the answers to these questions.



 Thanks,


 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 error, please do not read, copy or disseminate it in any
 manner.
 If you are not the intended recipient, any disclosure, copying,
 distribution or
 use of the contents of this information is prohibited. Please reply to the
 message immediately by informing the sender that the message was
 misdirected.
 After replying, please erase it from your computer system. Your assistance
 in
 correcting this error is appreciated.

 ___
 Numpy-discussion mailing list
 Numpy-discussion@scipy.org
 http://projects.scipy.org/mailman/listinfo/numpy-discussion

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion