
29 Jul
2011
29 Jul
'11
11:29 a.m.
On 2011-07-27 11:06, Johan Råde wrote:
What is missing here is code that converts X*, Y* and Z* to PyObject*. How do I write that?
I figured out the answer: boost::python::api::object(...).ptr() It is not easy to find these things in boost.python documentation. --Johan