From: Benjamin Peterson on 10 Dec 2009 14:26 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
From: Stefan Behnel on 11 Dec 2009 10:46 Benjamin Peterson, 10.12.2009 20:26: > Emeka writes: >> 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. Hmm, I didn't see the original e-mail, but when it comes to "easier to use", I think the answer is basically Cython. http://cython.org Stefan
|
Pages: 1 Prev: ctypes / cygwin / django+geos Next: umath import error for Numpy builds on OSX 10.6 |