boost help: C++ object from PyObject pointer
Mark Higgins
mghiggins2003 at hotmail.com
Sun Feb 23 16:23:51 EST 2003
More information about the Python-list mailing list
Sun Feb 23 16:23:51 EST 2003
- Previous message (by thread): help with Installer?
- Next message (by thread): Spirit of c.l.p (was: RE: properties and formatting with self.__d ict__)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm just getting started with boost & python, so please excuse my ignorance... :) I've built a python extension from a C++ class using boost - it all seems to work fine. However, now another C++ function is receiving a pointer to a PyObject that represents an instance of this "boosted" python class. How do I pick off a pointer to the underlying C++ object from the PyObject pointer?
- Previous message (by thread): help with Installer?
- Next message (by thread): Spirit of c.l.p (was: RE: properties and formatting with self.__d ict__)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list