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 use f2py on this module, it appears to choke when it gets to the derived data type. Is there any way around this?

Thanks,
Greg