Can I run a c++ object in Python program?

Olaf Delgado delgado at olaf.de
Thu Feb 24 05:01:10 EST 2000
In article <0u0398.4d.ln at olaf.de>,
	delgado at olaf.de (Olaf Delgado) writes:

> It is not enough to pass the address of a C++ object. You have to make
> each of it's methods available individually to Python, i.e. write a

-its-, not -it's-

> wrapper function for each of them and make it known to the
> interpreter. The online docs describe how this is down.

-done-, not -down-

Olaf, struggling with the english language again



More information about the Python-list mailing list