Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Jython 2.7b1 (default:ac42d59644e9, Feb 9 2013, 15:24:52)
  2. [OpenJDK Server VM (Sun Microsystems Inc.)] on java1.6.0_27
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import sympy
  5. Traceback (most recent call last):
  6. File "<stdin>", line 1, in <module>
  7. File "sympy/__init__.py", line 49, in <module>
  8. from sympy.core import *
  9. File "sympy/core/__init__.py", line 8, in <module>
  10. from expr import Expr, AtomicExpr
  11. File "sympy/core/expr.py", line 2885, in <module>
  12. class AtomicExpr(Atom, Expr):
  13. TypeError: Error when calling the metaclass bases
  14. multiple bases have instance lay-out conflict
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement