Message11065

Author stefan.richthofer
Recipients amak, asmeurer, fwierzbicki, stefan.richthofer, zyasoft
Date 2017-02-02.16:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486052898.93.0.00863762625105.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
Aaron, you got a PR on this front: https://github.com/sympy/sympy/pull/12120

With these changes I was able to make sympy 1.0 work with Jython. However current dev-version doesn't (yet) work, because of #2548.

If you try this with sympy 1.0, Jython will prompt you with

java.lang.RuntimeException: java.lang.RuntimeException: Encountered too large method code in 
/data/workspace/linux/Jython/packages/sympy-sympy-1.0/sympy/polys/polyquinticconst.py
Please provide a CPython 2.7 bytecode file (.pyc) to proceed, e.g. run
python -m py_compile /some_path/sympy-sympy-1.0/sympy/polys/polyquinticconst.py
and try again.

Just do as it tells you, call
python -m py_compile /some_path/sympy-sympy-1.0/sympy/polys/polyquinticconst.py
(assuming python refers to CPython 2.7)
After that it should work. See my note in #527524 regarding this.
History
Date User Action Args
2017-02-02 16:28:18stefan.richthofersetmessageid: <1486052898.93.0.00863762625105.issue1777@psf.upfronthosting.co.za>
2017-02-02 16:28:18stefan.richthofersetrecipients: + stefan.richthofer, fwierzbicki, amak, zyasoft, asmeurer
2017-02-02 16:28:18stefan.richthoferlinkissue1777 messages
2017-02-02 16:28:18stefan.richthofercreate