[IronPython] TypeError: readonly attribute

Sanghyeon Seo sanxiyn at gmail.com
Sun Mar 19 06:58:24 CET 2006


>>> import sys
>>> sys.exc_traceback = None
Traceback (most recent call last):
TypeError: readonly attribute

Above code is used in SocketServer module, line 524.

Seo Sanghyeon



More information about the Ironpython-users mailing list