Defining inheritance in C extensions

Timo Savola timo.savola at iki.fi
Mon Nov 12 09:28:01 EST 2001


On Fri, 2001-11-09 at 13:45, Michael Hudson wrote:

> > Now I'm doing an extension module, or rather a system that I want to
> > control via Python. I have a C++ class hierarchy that I want to be
> > accessible from Python. 
> 
> Have you looked at Boost::Python?  I haven't, but I've heard it's good
> for this sort of thing.

Boost.Python seems to be *exactly* what I need. It even solves some of
my minor worries.

Timo





More information about the Python-list mailing list