Message7306

Author fwierzbicki
Recipients fwierzbicki, wbrana
Date 2012-07-02.00:35:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341189354.08.0.471911050389.issue1941@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected behavior if the cache directory is readonly. If you want the cache directory somewhere other than the default, you can set the "python.cachedir" property to some other location. If you don't want caching at all you can set "python.cachedir.skip = true". More here: http://www.jython.org/jythonbook/en/1.0/ModulesPackages.html#how-jython-finds-the-jars-and-classes-to-scan
History
Date User Action Args
2012-07-02 00:35:54fwierzbickisetmessageid: <1341189354.08.0.471911050389.issue1941@psf.upfronthosting.co.za>
2012-07-02 00:35:54fwierzbickisetrecipients: + fwierzbicki, wbrana
2012-07-02 00:35:54fwierzbickilinkissue1941 messages
2012-07-02 00:35:53fwierzbickicreate