On Apr 15, 2008, at 10:05 AM, Johannes Wienke wrote:
Hi,I hope this is the right way to ask questions about cython. I am currently wrappin an existing C plugin API into a Python project. The way from my plugin loader into the plugins is not the problem, butthe original software provides a bunch of function that the plugins canuse. Is there a way to provide these functions with cython, that means reimplementing them with cython but generating them as defined by the existing header files?
I am having trouble understanding what you're asking for, but perhaps http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/ Manual/external.html would help?
- Robert
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
