Re: [IronPython] IronPython exception line numbers in Gestalt

2010-03-30 Thread Jimmy Schementi
Could not load file or assembly 'Microsoft.Scripting.Debugging, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Yup, that assembly isn't included in the dlr.xap file today; but it should be.

[IronPython] IronPython exception line numbers in Gestalt

2010-03-21 Thread Ryan Berdeen
I've just started trying to use Gestalt/dlr.js. I have a simple test script (js.py), which throws an exception, then tries to extract a line number from the exception. - import sys def b(): try: raise Exception() except Exception as ex: exceptionType, exceptionValu