Message662

Author larsga
Recipients
Date 2002-09-20.11:37:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=39120

If I try to do the same I get the following:
Jython 2.1 on java1.3.0 (JIT: null)
Type "copyright", "credits" or "license" for more 
information.
>>> import codecs
>>> codecs.open("dd", "r", "utf-8")
>>> codecs.open("tst.py", "r", "utf-8")
Traceback (innermost last):
  File "<console>", line 1, in ?
  File "/usr/local/java/jython-2.1/Lib/codecs.py", line 
503, in open
java.lang.ArrayIndexOutOfBoundsException
        at 
org.python.core.imp.createFromPyClass(imp.java)
        at org.python.core.imp.loadFromPath(imp.java)
        at org.python.core.imp.loadFromPath(imp.java)

This is on RedHat Linux 7.1 with
[larsga@pc36 gedcom]$ java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition 
(build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed 
mode)

History
Date User Action Args
2008-02-20 17:17:06adminlinkissue551888 messages
2008-02-20 17:17:06admincreate