[Pyrex] Dynamic wrapping of external C libraries?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Oct 28 00:58:22 CEST 2007


Jim Kleckner wrote:
> By the way, it occurs to me that implementing this mechanism
> would be an express train for wrapping static libraries
> and making the available to Python... 

Um, no, because it only makes the functions available
to other C code, not Python. You still have to write
Python wrappers in Pyrex to do that.

--
Greg



More information about the Pyrex mailing list