[Numpy-discussion] using f2py with a module containing a derived type?

2015-01-17 Thread Greg Fischer
Hello, I would like to use f2py to wrap a Fortran module that contains a derived data type. I don't necessarily need to access the data that is inside the derived type from Python, but I would really like to be able to call the subroutines that are contained inside the module. When I attempt to

Re: [Numpy-discussion] using f2py with a module containing a derived type?

2015-01-17 Thread Jonathan J. Helmus
On 1/17/2015 9:11 AM, Greg Fischer wrote: Hello, I would like to use f2py to wrap a Fortran module that contains a derived data type. I don't necessarily need to access the data that is inside the derived type from Python, but I would really like to be able to call the subroutines that are