Message8052

Author harryb
Recipients harryb, offbeata
Date 2013-06-25.20:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372193590.84.0.765548546508.issue2057@psf.upfronthosting.co.za>
In-reply-to
Content
I have what appears to be the same problem, and here's a little more data.

Import causes no problems for me when NOT using Java Web Start.  But with JWS, some imports give the same error/Traceback as shown by offbeata.

Specifically: "import copy_reg" is what triggers this problem for me.  So a jython script reading simply "import copy_reg" will fail, whereas, e.g. "import sys" will succeed.

Unfortunately, many standard modules (e.g. string, re) import copy_reg internally, and so they also fail (the traceback in those cases points to their "import copy_reg" line).
History
Date User Action Args
2013-06-25 20:53:10harrybsetmessageid: <1372193590.84.0.765548546508.issue2057@psf.upfronthosting.co.za>
2013-06-25 20:53:10harrybsetrecipients: + harryb, offbeata
2013-06-25 20:53:10harryblinkissue2057 messages
2013-06-25 20:53:10harrybcreate