Re: Getting error message/trace over the C API

2007-10-18 Thread Sami Vaisanen
On Tue, 16 Oct 2007 18:55:22 +, Duncan Booth wrote: > Sami Vaisanen <[EMAIL PROTECTED]> wrote: > >> Hello group, >> >> I'm writing a C++ based application that embeds the python engine. Now I >> have a problem regarding exception/error information. Is there a way to >> get the exception mes

Re: Getting error message/trace over the C API

2007-10-16 Thread Duncan Booth
Sami Vaisanen <[EMAIL PROTECTED]> wrote: > Hello group, > > I'm writing a C++ based application that embeds the python engine. Now I > have a problem regarding exception/error information. Is there a way to > get the exception message and possibly the traceback into a string for > example? I've

Re: Getting error message/trace over the C API

2007-10-16 Thread Thomas Heller
Sami Vaisanen schrieb: > Hello group, > > I'm writing a C++ based application that embeds the python engine. Now I > have a problem regarding exception/error information. Is there a way to > get the exception message and possibly the traceback into a string for > example? I've been eyeballing the