RE: F2PY ?? Has anyone worked with the F2PY generator?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Blubaugh, David A.

    RE: F2PY ?? Has anyone worked with the F2PY generator?


    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,s etup}.py was not found)
    Appending f2py.lib.parser configuration to f2py.lib
    Ignoring attempt to set 'name' (from 'f2py.lib' to 'f2py.lib.parse r')
    Warning: Assuming default configuration
    (lib\extgen/{setup_extgen,s etup}.py was not found)
    Appending f2py.lib.extgen configuration to f2py.lib
    Ignoring attempt to set 'name' (from 'f2py.lib' to 'f2py.lib.extge n')
    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\Li b\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: 'python-list@python.org '
    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.

  • drobinow@gmail.com

    #2
    Re: F2PY ?? Has anyone worked with the F2PY generator?

    On Sep 8, 7:19 pm, "Blubaugh, David A." <dbluba...@belc an.comwrote:
    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:
    You shouldn't need to do this. The installation of numpy puts f2py.py
    in your Scripts folder.

    explicitly:
    C:\Python25\Pyt hon C:\Python25\Scr ipts\f2py.py

    Comment

    Working...