Message10877

Author amak
Recipients amak, ram4444
Date 2016-07-15.16:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468601271.55.0.91691697436.issue2509@psf.upfronthosting.co.za>
In-reply-to
Content
Until this is resolved, a simple workaround is to comment out the usage of the traceback module in modjy_exceptions.py. It is only ever used for debugging anyway.

Comment out the "import traceback" statement on line 23

https://hg.python.org/jython/file/tip/Lib/modjy/modjy_exceptions.py#l23

and comment out the for loop that refers to it, on line 73 and 74.

https://hg.python.org/jython/file/tip/Lib/modjy/modjy_exceptions.py#l73

That should get it working again.
History
Date User Action Args
2016-07-15 16:47:51amaksetmessageid: <1468601271.55.0.91691697436.issue2509@psf.upfronthosting.co.za>
2016-07-15 16:47:51amaksetrecipients: + amak, ram4444
2016-07-15 16:47:51amaklinkissue2509 messages
2016-07-15 16:47:51amakcreate