Re: PyArg_ParseTuple exception catching

2005-12-26 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I'm getting an error when using PyArg_ParseTuple and I don't know > why...In the documentation I've read that PyArg_ParseTuple raise an > appropriate exception : > "on failure, it returns false and raises the appropriate exception." > > How can I get the exception in C ?

PyArg_ParseTuple exception catching

2005-12-26 Thread x0rster
Hi, I'm getting an error when using PyArg_ParseTuple and I don't know why...In the documentation I've read that PyArg_ParseTuple raise an appropriate exception : "on failure, it returns false and raises the appropriate exception." How can I get the exception in C ? because I've checked the argume