Extending C++ class in python

Diez B. Roggisch deets at nospam.web.de
Sun May 24 11:03:35 EDT 2009


nazia schrieb:
> Hi all,
> I'm a newbie in Python and need help. Can anyone help me by explaining
> the steps of extending a C++ class in Python with a simple example?
> I'm not interested to use SWIG like tools.
> Thanks for your time.

If your are not interested in using the tools provided for this task, I 
fear you won't get much help. I'd personally use SIP and can only 
recommend it.

Diez



More information about the Python-list mailing list