PROTECTED] On Behalf Of Slide
Sent: Wednesday, February 13, 2008 1:54 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Parsing Stack Traces
I am using the 2.0 hosting APIs. I'll look around some more in the
code. I have a situation which works now using FormatException that
should wo
Slide
> Sent: Tuesday, February 12, 2008 3:53 PM
> To: Discussion of IronPython
> Subject: [IronPython] Parsing Stack Traces
>
> I have a current script engine I wrote which deals with CodeDom for
> JScript.NET scripts and I am currently adding Python capabilities to
> it. On t
e
Sent: Tuesday, February 12, 2008 3:53 PM
To: Discussion of IronPython
Subject: [IronPython] Parsing Stack Traces
I have a current script engine I wrote which deals with CodeDom for
JScript.NET scripts and I am currently adding Python capabilities to
it. On the JScript.NET side, I can get the Compiler
I have a current script engine I wrote which deals with CodeDom for
JScript.NET scripts and I am currently adding Python capabilities to
it. On the JScript.NET side, I can get the CompilerErrors from the
CompileResults after I've compiled and run the main entry point of the
script. On the Python si