Python C++

Humpdydum oliver.schoenborn at utoronto.ca
Mon Jul 19 13:28:02 EDT 2004


> > > Is it possible to easyly integrate c++ classes in python?
> > >
> >
> > http://www.river-bank.demon.co.uk/docs/sip/sipref.html
>
>
> SWIG used to be pretty poor for wrapping C++.  Has it got better?

A couple of months ago when I looked at SWIG, it seemed to support almost
every C++ feature (templates and all), but I ended up not needing it so I
can't say how that translates in practice.

One problem with Boost is that it is such a big library and you have to get
the whole thing even if you just need a couple of "packages".

Oliver





More information about the Python-list mailing list