[Numpy-discussion] f2py --include_paths from command line

Stephen Walton drswalton at gmail.com
Tue Aug 15 19:08:55 EDT 2006


On 8/15/06, Ethan T Coon <etc2103 at columbia.edu> wrote:
>
> Hi all,
>
> The following line:
>
> f2py -c -m _test --include_paths ./include test.f


Typing f2py alone seems to indicate the syntax should be

f2py -I./include [other args] test.f

I tried this and it seems to work here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060815/fea663b5/attachment-0001.html>


More information about the NumPy-Discussion mailing list