[Ype]
> 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
[Samuele]
>That's strange, it seems something that compilation should have discovered?
.. if the call originates from within jython. I suspect this call is
from a $py.class file that was compiled with 2.1a1.
In the announcement or in the release note, I should have pointed out
that is it necessary to delete existing $py.class files and recompile
frozen applications when upgrading to 2.1a2.
regards,
finn
|