Re: [Numpy-discussion] f2py problem with multiple fortran source files

2015-06-13 Thread 石头
Dear Pearu Peterson, Thank you for your reply! I did as you said, and I got the module mulib.so successfully, but I got another problem when I try to import this module in Python. Here are the messeage I got in Python: Enthought Canopy Python 2.7.6 | 64-bit | (default, Sep 15 2014, 17:36:10) [G

Re: [Numpy-discussion] f2py problem with multiple fortran source files

2015-06-13 Thread Pearu Peterson
Hi, On Fri, Jun 12, 2015 at 7:23 PM, 石头 wrote: > Hi,everybody, > I'm new to f2py, and I got some trouble when wrapped some fortran files > to Python. > I have download a Fortran library ( > https://github.com/brianlockwood/ForK), I want to compile these files > into a library and call the lib

[Numpy-discussion] f2py problem with multiple fortran source files

2015-06-12 Thread 石头
Hi,everybody, I'm new to f2py, and I got some trouble when wrapped some fortran files to Python. I have download a Fortran library (https://github.com/brianlockwood/ForK), I want to compile these files into a library and call the library by other Fortran file wrote by myself. Here are my ques