The bug is filled. I'm fool.
Thank's your answer. :)
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for your answer.
I cant understand yet. The second parameter is "0" in the python'
documentation.
Can you give me a piece of code?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for your answer.
I cant understand yet. The second parameter is "0" in the python'
documentation.
Can you give up a piece of code?
--
http://mail.python.org/mailman/listinfo/python-list
Hello all
I am trying to call the method of python object. But I dont know
how to transfer the pointer of the python object into c++ .
the C++ method to receive python object pointer :
static PyObject*
ReceivePythonPointer(PyObject* self, PyObject* args)
{
PyObject* temp=NULL ;