Message5634

Author vgod
Recipients pjenvey, vgod
Date 2010-04-04.19:38:50
SpamBayes Score 1.0224762e-08
Marked as misclassified No
Message-id <1270409931.08.0.457984339011.issue1584@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I omitted an "import __main__", and I also tried reload(module). Unfortunately, it didn't work.
Btw, I found a weird thing afterward. If I reuse the same PythonInterpreter and do not create a new instance, the script works fine. But if I create a new PythonInterpreter instance every time before running the script, it fails after the first run.
I strongly suspect it's Jython's bug.
History
Date User Action Args
2010-04-04 19:38:51vgodsetmessageid: <1270409931.08.0.457984339011.issue1584@psf.upfronthosting.co.za>
2010-04-04 19:38:51vgodsetrecipients: + vgod, pjenvey
2010-04-04 19:38:51vgodlinkissue1584 messages
2010-04-04 19:38:50vgodcreate