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
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
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