Re: Getting exceptions back from calls to embedded python

2006-11-24 Thread Gabriel Genellina
At Wednesday 22/11/2006 10:00, [EMAIL PROTECTED] wrote: I have an application that is using embedded python to offer some scripting ability. An API is exposed via SWIG, and I am accessing that API from my embedded python interpreter. Scripts are present as separate files, and I'm invoking them

Getting exceptions back from calls to embedded python

2006-11-22 Thread john . pye
Hi all, I have an application that is using embedded python to offer some scripting ability. An API is exposed via SWIG, and I am accessing that API from my embedded python interpreter. Scripts are present as separate files, and I'm invoking them at present using the following: iserr =