j
k
j a
j l
boost::python::object cppobject(boost::python::handle<>(cObject));
It should work like this: boost::python::object cppobject((boost::python::handle<>(cObject))); (Not that I ever understood exactly why... (or even wanted to understand))
Back to the thread
Back to the list