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

2006-08-15 Thread Stephen Walton
On 8/15/06, Ethan T Coon <[EMAIL PROTECTED]> 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. -

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

2006-08-15 Thread Ethan T Coon
Hi all, The following line: f2py -c -m _test --include_paths ./include test.f (where test.f contains the line " include 'test_inc.h' " and 'test_inc.h' exists in the directory './include' ) results in the errors: -- running buil