Message352

Author nobody
Recipients
Date 2001-07-20.14:29:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Dear jythoneers,

I get the following traceback while doing an execfile()
on the identified file.
The import works in 21a1 but fails in 21a2.
The traceback text is generated using the traceback
package from a caught exception.
I removed some chars from the package name, module name,
and file name. In case these matter, please let me know.

Traceback (most recent call last):
  File "e:\pypr\TST\TST1.py", line 1, in ?
    from pqp import pqxt
java.lang.NoSuchMethodError: java.lang.NoSuchMethodError: org.python.core.Py: method 
newCode(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable
;I[Ljava/lang/String;[Ljava/lang/String;I)Lorg/python/core/PyCode; not found

FWIW: the directory needed for the import to succeed is prepended to sys.path
just before the execfile() call.

This forces me to revert to jython 21a1, about which I have no complaints
at all.

Using java 1.1.8 under OS2.

Thanks for jython,

Ype Kingma,
History
Date User Action Args
2008-02-20 17:16:52adminlinkissue443090 messages
2008-02-20 17:16:52admincreate