Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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. >>> import sympy
  4. Traceback (most recent call last):
  5. File "<stdin>", line 1, in <module>
  6. File "sympy/__init__.py", line 47, in <module>
  7. SYMPY_DEBUG = __sympy_debug()
  8. File "sympy/__init__.py", line 45, in __sympy_debug
  9. import os
  10. ImportError: No module named os
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement