Updates:
Labels: NeedsReview
Comment #20 on issue 1233 by asmeurer: fix the rest of jython bugs
http://code.google.com/p/sympy/issues/detail?id=1233
The try: import java block suggested in the Jython issue works fine. (by
the way, we should test that __slots__ is defined on some of these core
classes)
See https://github.com/sympy/sympy/pull/586.
Unfortunately, now that we can import, there are a ton of test failures.
In addition, there is a problem with isympy. It opens Jython and prints
the prompt, but it does not actually run from sympy import *. It does
print this extra warning:
Reading history: /Users/aaronmeurer/.sympy-history
ValueError: symbol arg must be either single or eval
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.