Hi all, I would like to get a list of the arguments of some Boost Python functions in a python program. So, I was thinking of using the inspect module and the getargspec function. However, I get an error: "arg is not a Python function". I'm using python 2.6 and boost python 1.42.
Is it possible to combine inspect and boost python function ? Is there a way to get the arguments of a Boost Python function in a python program ? Thanks, Jean Felder
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig