Python C++

Mike Thompson none.by.e-mail
Sat Jul 17 00:06:52 EDT 2004


Francois Fernandes wrote:

> Hi!
> 
> Is it possible to easyly integrate c++ classes in python?
> 
> I don't want to use boost c++.
> 
> Does anyone know how to start or where to find documentation for this?
> 
> thx

Your choices are:
       - SWIG  http://www.swig.org/
       - SIP   (Phil Thompson has already provided the URL)
       - Boost.Python   (you already know about this it appears)

--
Mike



More information about the Python-list mailing list