Wrapping C++ w/inheritance

Joel Davis joeld at anisci.com
Tue Jul 13 16:48:35 EDT 1999


A few weeks ago I posted here asking about wrapping C++ classes in
python, in a way that lets you write derived classes in Python that have
virtual methods which get called from c++..

I got pointers to lots of good info, but I couldn't find a concise
example. I got a little sample working, and figured I would post it in
case other people are trying to figure out how to do the same thing.

Anyways, if anyone is interested, I put it up at
http://www.flashnet.net/~joeldav/pywrap/

joel
--
----------------------------------------------------------------
                                                joeld at anisci.com






More information about the Python-list mailing list