C to Python

Benjamin Peterson benjamin at python.org
Thu Dec 10 14:26:43 EST 2009


Emeka <emekamicro <at> gmail.com> writes:

> 
> 
> Hello All,
>  
> I am finding it difficult getting my head around PyObject_CallObject(x,y). I
need a gentle and thorough introduction to it. I also need examples. Could
someone come to my need?

PyObject_CallFunction is probably easier to use.
http://docs.python.org/c-api/object.html#PyObject_CallObject 







More information about the Python-list mailing list