Can I run a c++ object in Python program?
Olaf Delgado
delgado at olaf.de
Thu Feb 24 05:01:10 EST 2000
More information about the Python-list mailing list
Thu Feb 24 05:01:10 EST 2000
- Previous message (by thread): Can I run a c++ object in Python program?
- Next message (by thread): Can I run a c++ object in Python program?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Can I run a c++ object in Python program?
- Next message (by thread): Can I run a c++ object in Python program?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list