[Numpy-discussion] Options for wrapping C and C++ code for use with Numeric
RayS
rays at blue-cove.com
Thu Nov 3 17:11:32 CST 2005
Have you looked at ctypes code generator?
http://starship.python.net/crew/theller/ctypes/codegen.html
"The generator converts declarations in C header files into
executable Python code: enums, structs, unions, function
declarations, com interfaces, and preprocessor definitions."
It has progressed well in the last several months, in my experience.
I did some tests a while back that found it compared well with weave etc.
http://sourceforge.net/mailarchive/forum.php?thread_id=7636431&forum_id=24606
Ray Schumacher
More information about the Numpy-discussion
mailing list