[ANN] py_cpp Python/C++ binding system

David Abrahams abrahams at mediaone.net
Mon Sep 18 02:14:08 EDT 2000


"Boudewijn Rempt" <boud at rempt.xs4all.nl> wrote in message
news:8q4a5k$5q6$1 at news1.xs4all.nl...
> David Abrahams <abrahams at mediaone.net> wrote:
>
> > 2. Subclass your C++ classes in Python! Overriding C++ virtual member
> > functions in Python actually works.
>
> Funny... I wrote exactly, to the letter, the same sentence in an
> article on SIP (http://www.thekompany.com/projects/pykde) which I'm
> correcting the galleys of. Have you taken a look at sip?

No, I hadn't seen it. From your page it appears to be a SWIG-like
preprocessor. By contrast, py_cpp's entire job is done in the C++ compiler.
Thanks for the reference.

-Dave




More information about the Python-list mailing list