Re: [f2py] f2py failed for keyword error

Evan Mason <[email protected]> Wed, 6 Apr 2011 14:29:07 +0000 (UTC)
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>
> It is crucial to see the actual python call in this case.  But
> please note that the argument "lrn" is optional and therefore
> probably shifted to the right of the argument list.  To be sure, you
> should have a look at the generated docstring (np.info(<callable>)).


Thanks a lot for your reply. I checked np.info(), and shifted 'lrn' to the right
as you suggested and it works. I didn't realise it was sensitive to the ordering.

Evan