Message6370

Author alex.gronholm
Recipients alex.gronholm, cheffe, otmarhumbel, pjenvey
Date 2011-01-30.23:20:00
SpamBayes Score 8.0528206e-10
Marked as misclassified No
Message-id <1296429601.08.0.729384354603.issue1700@psf.upfronthosting.co.za>
In-reply-to
Content
I tracked down this issue. It's a regression bug introduced between b2 and rc1 in jython.bat. Using the _JYTHON_HOME variable from the environment directly results in the wrong jython home directory set in the interpreter launched in a subprocess. Commenting out line 31 in jython.bat fixes the problem.
History
Date User Action Args
2011-01-30 23:20:01alex.gronholmsetmessageid: <1296429601.08.0.729384354603.issue1700@psf.upfronthosting.co.za>
2011-01-30 23:20:01alex.gronholmsetrecipients: + alex.gronholm, otmarhumbel, pjenvey, cheffe
2011-01-30 23:20:01alex.gronholmlinkissue1700 messages
2011-01-30 23:20:00alex.gronholmcreate