In article <[EMAIL PROTECTED]>, Chris Smith <[EMAIL PROTECTED]> wrote:
> >>>>> Diez B Roggisch <[EMAIL PROTECTED]> 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, I've been playing around with ctypes (http://starship.python.net/crew/theller/ctypes/) recently. So far, it looks pretty cool. -- http://mail.python.org/mailman/listinfo/python-list