[C++-sig] wrapping the PyObject_Call() interface

Themistoklis Bourdenas tbourden at doc.ic.ac.uk
Sat Jul 26 13:59:22 CEST 2008


Hi, I was looking in the boost.python for a wrapper of the PyObject_Call()
func but couldn't find anything. Did I missed it or has it not been
implemented yet? In essence I need to call functions in python by providing
a collection (either stl or boost.python collection) of
boost::python::object instances instead of giving the arguments in the
traditional way.

Any ideas, or should I use directly PyObject_Call()?

Cheers,
Themis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080726/8e13fd7c/attachment.htm>


More information about the Cplusplus-sig mailing list