The bug is filled. I'm fool.
Thank's your answer. :)
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote
> I cant understand yet. The second parameter is "0" in the python'
> documentation.
what documentation?
the official PyArg_ParseTuple documentation at
http://docs.python.org/api/arg-parsing.html
uses the letter O (use cut and paste if you don't believe me).
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
[EMAIL PROTECTED] wrote:
> 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)
> {
>
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 ;