Wrapping C++ Class Heirachy in Python

Chris Smith smitty_one_each at bigfoot.com
Mon Apr 18 22:27:59 EDT 2005


>>>>> Diez B Roggisch <deetsNOSPAM at web.de> writes:

    >> PyType_Ready but in Python the base class isn't recognised. Is
    >> there anything obvious I'm missing?

    > Maybe - I'd go for one of the several available python wrapper
    > generators. I personally had good experiences with SIP. But you
    > might also try boost python or SWIG.

    > The python C-API is great - for C. For C++, use one of the
    > above.  -- Regards,

    > Diez B. Roggisch
http://boost.org/libs/python/doc/index.html might meet the
requirements.
R,
C



More information about the Python-list mailing list