Hi all,<br><br>I would like to get a list of the arguments of some Boost Python functions in a python program.<br>So, I was thinking of using the inspect module and the getargspec function.<br>However, I get an error: &quot;arg is not a Python function&quot;.<br>

I&#39;m using python 2.6 and boost python 1.42.<br><br>Is it possible to combine inspect and boost python function ?<br>Is there a way to get the arguments of a Boost Python function in a python program ?<br><br>Thanks,<br>

<br>Jean Felder<br>