>    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))
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to