[Numpy-tickets] [NumPy] #964: f2py error
NumPy
numpy-tickets@scipy....
Tue Dec 2 12:50:28 CST 2008
#964: f2py error
------------------------+---------------------------------------------------
Reporter: edlenz | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.3.0
Component: numpy.f2py | Version: devel
Severity: blocker | Keywords:
------------------------+---------------------------------------------------
I am using the latest svn varsion of numpy and the following error
ocoured when using f2py?
$ python
Python 2.6 (r26:66714, Oct 27 2008, 10:50:31)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import hello
>>> hello.foo(4)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: more argument specifiers than keyword list entries
(remaining format:'|:hello.foo')
>>>
I also tried with other functions and the error is still the same.
Thanks for your help
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/964>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list