James Whetstone wrote:

> 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?

This is a problem-description pretty far on the vague side, so the answer
can be as vague only: in Python.h, which should be part of your
python-installation.

Better answers can be provided when you give more information - platform,
python-version, source-code, tracebacks...

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to