Message4952

Author cgroves
Recipients cgroves, flawlor
Date 2009-07-27.17:14:00
SpamBayes Score 0.00023268608
Marked as misclassified No
Message-id <1248714840.63.0.824206598851.issue1410@psf.upfronthosting.co.za>
In-reply-to
Content
That's to be expected if you haven't told Jython where to find Lib.  If 
you use the jython script, set python.home or add Lib to sys.path, 
Jython should be able to import from Lib.  If that isn't the case, 
please file another bug.  

This bug is about when only jython.jar is available.  All of the builtin 
functions and modules should still work, but print is failing here 
because it's expecting a codec that's only available in Lib.
History
Date User Action Args
2009-07-27 17:14:00cgrovessetmessageid: <1248714840.63.0.824206598851.issue1410@psf.upfronthosting.co.za>
2009-07-27 17:14:00cgrovessetrecipients: + cgroves, flawlor
2009-07-27 17:14:00cgroveslinkissue1410 messages
2009-07-27 17:14:00cgrovescreate