[f2py] Draft: F2PY Users Guide and Reference Manual
Roman Bertle
bertle@kph.tuwien.ac.at
Fri, 6 Dec 2002 14:16:30 +0100
On Fri, 6 Dec 2002, Pearu Peterson wrote:
>On Fri, 6 Dec 2002, Roman Bertle wrote:
>
>> Very nice draft!
>>
>> Two short comments:
>>
>> 1.) In the draft, f2py is always used either with the -h or with the -c
>> switch. Is there any sense using f2py without any option,
>> i.e "f2py foo.pyf foo.f"?
>
>Yes, there is. Without -c and -h switch f2py just generates the
>source file <modulename>module.c to the current directory.
But I think the average user usually does not fiddle with
<modulename>module.c, and will use f2py always with -c or -h, am I
right?
Roman