Message3780

Author fwierzbicki
Recipients amak, fwierzbicki
Date 2008-11-12.18:25:22
SpamBayes Score 0.00021211129
Marked as misclassified No
Message-id <1226514322.82.0.930983731691.issue1171@psf.upfronthosting.co.za>
In-reply-to
Content
Alan, there was a recent backwards incompatible change that will mean
that the code sample you have posted would need to be changed to:

from java.io import FileInputStream
from org.python.core.util import FileUtil

fis = FileInputStream("error.txt")
pyf = FileUtil.wrap(fis)

I've started a conversation on the jython-dev list about this.
History
Date User Action Args
2008-11-12 18:25:22fwierzbickisetmessageid: <1226514322.82.0.930983731691.issue1171@psf.upfronthosting.co.za>
2008-11-12 18:25:22fwierzbickisetrecipients: + fwierzbicki, amak
2008-11-12 18:25:22fwierzbickilinkissue1171 messages
2008-11-12 18:25:22fwierzbickicreate