[IronPython] Exception.StackTrace gone?

J. de Hooge info at geatec.com
Thu Feb 9 12:05:45 CET 2006


Hi

 

In IP 0.95 I used to be able to print the stacktrace of an exception as
follows:

 

. . .

. . .

except Exception, exception:

       . . .

print str (exception)

       print exception.StackTrace

       . . .

. . .

. . .

 

This fails in IP 1.0 Beta 2.

Does anyone know why it fails, and, more important, how I still can print a
stack trace?

 

Kind regards

Jacques de Hooge

info at geatec.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060209/e66f84ba/attachment.html>


More information about the Ironpython-users mailing list