Message11315

Author psterdale
Recipients psterdale
Date 2017-04-21.12:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492779532.62.0.927071425057.issue2579@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-04-21 12:58:52psterdalesetrecipients: + psterdale
2017-04-21 12:58:52psterdalesetmessageid: <1492779532.62.0.927071425057.issue2579@psf.upfronthosting.co.za>
2017-04-21 12:58:52psterdalelinkissue2579 messages
2017-04-21 12:58:51psterdalecreate