A
Arthur Mc Coy
Hi all,
Ok, I managed to work with c++ data types in python and can store
serialize c++ objects to store in json.
Now the task is backward. I wrote a c++ code to get the list of
objects using again python interface. The list of objects is returned.
PyList.
But I can't see how to convert PyObject as element of PyList to c++
data type or even how to convert or iterate PyList which is PyObject
too.
Please, whisper me the proper way I will go for.
Be happy
Arthur
Ok, I managed to work with c++ data types in python and can store
serialize c++ objects to store in json.
Now the task is backward. I wrote a c++ code to get the list of
objects using again python interface. The list of objects is returned.
PyList.
But I can't see how to convert PyObject as element of PyList to c++
data type or even how to convert or iterate PyList which is PyObject
too.
Please, whisper me the proper way I will go for.
Be happy
Arthur