|
From: Parisa <re...@bu...> - 2017-04-21 12:59:01
|
New submission from Parisa:
java.lang.RuntimeException: java.lang.RuntimeException:
Encountered too large method code in
__pyclasspath__/ucsmsdk/ucsmeta.py
Please provide a CPython 2.7 bytecode file (.pyc) to proceed, e.g. run
python -m py_compile __pyclasspath__/ucsmsdk/ucsmeta.py
and try again.
Alternatively provide proper CPython 2.7 execute command via
cpython_cmd property, e.g. call
jython -J-Dcpython_cmd=python
or if running pip on Jython:
pip install --global-option="-J-Dcpython_cmd=python" <package>
at org.python.core.Py.JavaError(Py.java:548)
at org.python.core.ParserFacade.fixParseEr
Python Exception..
Traceback (most recent call last):
File "<string>", line 24, in <module>
File "__pyclasspath__/ucsmsdk/ucshandle.py", line 20, in <module>
File "__pyclasspath__/ucsmsdk/ucscoreutils.py", line 27, in <module>
ImportError: No module named ucsmsdk.ucsmeta
at org.python.core.Py.ImportError(Py.java:330)
at org.python.core.imp.import_first(imp.java:871)
at org.python.core.imp.import_module_level(imp.java:957)
at org.python.core.imp.importName(imp.java:1043)
at org.python.core.ImportFunction.__call__(__builtin__.java:1280)
at org.python.core.PyObject.__call__(PyObject.java:450)
at org.python.core.__builtin__.__import__(__builtin__.java:1232)
at org.python.core.imp.importFromAs(imp.java:1135)
at org.python.core.imp.importFrom(imp.java:1110)
at ucsmsdk.ucscoreutils$py.f$0(__pyclasspath__/ucsmsdk/ucscoreutils.py:638)
at ucsmsdk.ucscoreutils$py.call_function(__pyclasspath__/ucsmsdk/ucscoreutils.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
----------
components: Library
messages: 11315
milestone: Jython 2.7.1
nosy: psterdale
severity: major
status: open
title: Pyc files are not loading for too large modules
type: behaviour
versions: Jython 2.7
_______________________________________
Jython tracker <re...@bu...>
<http://bugs.jython.org/issue2579>
_______________________________________
|