c interfacing in 2.5

Szabolcs Nagy nszabolcs at gmail.com
Sat Sep 15 13:15:13 EDT 2007


Diez B. Roggisch wrote:
> ctypes is for C. Where it is great to use.

if you need simple wrappers then swig and ctypes are both good since
they can generate it for you

pyrex is also good for wrapping and for writing c extension code

> If you need C++-wrapping, I recommend SIP.

i recommend py++ for wrapping c++




More information about the Python-list mailing list