Re: [IronPython] Stack Traces in IronPython 0.96 do not contain python stack trace

2005-12-15 Thread Stanislas Pinte
Object sender, EventArgs e) in > D:\Ip\IronPython\Presentations\Editor\Editor.cs:line 45 > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte > Sent: Wednesday, December 14, 2005 1:17 AM > To: users@lists.ironpython.com >

Re: [IronPython] Stack Traces in IronPython 0.96 do not contain python stack trace

2005-12-14 Thread Martin Maly
r, EventArgs e) in D:\Ip\IronPython\Presentations\Editor\Editor.cs:line 45 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte Sent: Wednesday, December 14, 2005 1:17 AM To: users@lists.ironpython.com Subject: [IronPython] Stack Traces in IronP

Re: [IronPython] Stack Traces in IronPython 0.96 do not contain python stack trace

2005-12-14 Thread Brian
On 12/14/05, Stanislas Pinte <[EMAIL PROTECTED]> wrote: > It is very important for me to be able to give the user that kind of > feedback...is there a way to do it? Martin Maly recently posted: "The reason you see the 'report an error to MS' dialog is our change in exception handling that I descri

[IronPython] Stack Traces in IronPython 0.96 do not contain python stack trace

2005-12-14 Thread Stanislas Pinte
hello, Has anyone an idea of the following: I have a script: > #ScriptingLoopTest python code > > def init_session(settings, fileNamePrefix): > pass > > def handle_message(message): > passmmm and I use IronPython 0.96 as embedded scripting engine. private PythonEngine engine = new Python