On Thu, May 24, 2007 at 03:40:18PM +0200, lorenzo bolla wrote: > I hope this is the right mailing list to post my question to. > I'm trying to make some easy C code working with Python by using f2py.
I can't help too much on that as I gave up using f2Py to wrap C a while ago, but I think you are much better off using xtypes to call C functions. It is dead-easy. I don't know about the overhead, if it is an issue in your case. My 2 euro cents, Gaƫl _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
