Easier to wrap C or C++ libraries?

Hrvoje Niksic hniksic at xemacs.org
Sat Feb 14 14:49:45 EST 2009


"Diez B. Roggisch" <deets at nospam.web.de> writes:

> The answer is easy: if you use C, you can use ctypes to create a
> wrapper - with pure python, no compilation, no platform issues.

The last part is not true.  ctypes doesn't work on 64-bit
architectures, nor does it work when Python is built with non-gcc Unix
compilers.



More information about the Python-list mailing list