2008/3/17, James Whetstone <[EMAIL PROTECTED]>:
>
> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to