Roy Smith wrote:

> In article <[EMAIL PROTECTED]>,
>  Ryan Kelly <[EMAIL PROTECTED]> wrote:
> 
>> * Migrated from SWIG to ctypes for the C binding:
> 
> Ryan,
> 
> I'm looking at a doing a Python wrapper for a C++ library.  We've already
> done a Perl wrapper for this library using SWIG (I wasn't personally
> involved in that effort).  I'm debating whether I should do the Python
> version with SWIG or ctypes.  I'd be interested to hear about your
> experiences with both and why you switched.

You can't use ctypes for C++, only for C-style APIs.

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

Reply via email to