Re: [Numpy-discussion] First steps with f2py and first problems...

2008-05-08 Thread Pearu Peterson
On Thu, May 8, 2008 2:06 pm, LB wrote: > Hi, > > I've tried to follow the example given at : > http://www.scipy.org/Cookbook/Theoretical_Ecology/Hastings_and_Powell > but I've got errors when compiling the fortran file : > > 12:53 loic:~ % f2py -c -m hastings hastings.f90 --fcompiler=gnu95 ...

[Numpy-discussion] First steps with f2py and first problems...

2008-05-08 Thread LB
Hi, I've tried to follow the example given at : http://www.scipy.org/Cookbook/Theoretical_Ecology/Hastings_and_Powell but I've got errors when compiling the fortran file : -errors -- 12:53 loic:~ % f2py -c -m hast