[IronPython] how to convert this code in py 2.0

Dody Gunawinata empirebuilder at gmail.com
Thu Jul 31 12:11:41 CEST 2008


You can get those information via SyntaxErrorException

On Thu, Jul 31, 2008 at 9:58 AM, Huzaifa <huzi_1982 at hotmail.com> wrote:

>
> Ops.ExtractException (ex, _pythonengine.Sys);
>        TraceBack tb = _pythonengine.Sys.exc_traceback as TraceBack;
>        if (tb != null) {
>          ex.Data["LineNumber"] = tb.Line;
>          //How to get Column?
>          ex.Data["Offset"] = tb.Offset; //doesn't work?
>
>
> I am not able to convert this code into Ironpython 2
> --
> View this message in context:
> http://www.nabble.com/how-to-convert-this-code-in-py-2.0-tp18748830p18748830.html
> Sent from the IronPython mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



-- 
nomadlife.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080731/29399abd/attachment.html>


More information about the Ironpython-users mailing list