Missing PyObject definition

Michael Wieher michael.wieher at gmail.com
Mon Mar 17 11:18:59 EDT 2008


2008/3/17, James Whetstone <jameswhetstone at comcast.net>:
>
> 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


PyObject is definend in <Python.h>

this is easily google-able =P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080317/20958934/attachment-0001.html>


More information about the Python-list mailing list