[EMAIL PROTECTED] schrieb:
On Nov 25, 4:34 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
You can't use ctypes for C++, only for C-style APIs.

Diez

With some work, you can convert your C++ objects to PyObject* and then
return the latter in a function with C bindings.

Or you use SWIG or SIP or Python::Boost to do that for you with less work.


Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to