Missing PyObject definition

James Whetstone jameswhetstone at comcast.net
Mon Mar 17 11:12:22 EDT 2008


I'm trying to access a PyObject directly from C++ for the purpose of calling 
method on a Python object that is an intance of a derived C++ class. My 
problem is that the compiler is complaining about not PyObject not being 
defined.  Has anyone run into the problem?  Where is PyObject defined?

Thanks!
James 





More information about the Python-list mailing list