Yet another C++ binding (using Extension Classes)

Lee, Jaeho Jaeho.Lee at brooks.com
Fri Mar 16 11:32:18 EST 2001


> About a year ago, I had to bind a C++ template class into objects that
> could be used from within python.  I made a wrapper for Extension
> Classes that extended the basic structure into a C++ class.  Any objects
> that subclassed this class would automagically become valid python
> objects and could be extended in much the same way as Extension Classes.

I am researching on how to expose "complex" C++ class in python. I found
that SWIG does not support well my specific purpose. If you can open your
source code (even with document - how great !!), it will be very helpfu.

Thanks,
/Jaeho Lee




More information about the Python-list mailing list