Hi,
I am getting an import error while testing.

sapta@neuraloverlord:~/Aptana Studio 3 Workspace/sympy/bin$ ./test
test_ide.py
Traceback (most recent call last):
  File "./test", line 17, in <module>
    from sympy.utilities.runtests import test
  File "/home/sapta/Aptana Studio 3 Workspace/sympy/sympy/
__init__.py", line 37, in <module>
    from concrete import *
  File "/home/sapta/Aptana Studio 3 Workspace/sympy/sympy/concrete/
__init__.py", line 2, in <module>
    from summations import summation, Sum
  File "/home/sapta/Aptana Studio 3 Workspace/sympy/sympy/concrete/
summations.py", line 2, in <module>
    from sympy.solvers import solve
  File "/home/sapta/Aptana Studio 3 Workspace/sympy/sympy/solvers/
__init__.py", line 18, in <module>
    from ide import checkidesol, classify_ide, solve_adomian,
solve_series, \
  File "/home/sapta/Aptana Studio 3 Workspace/sympy/sympy/solvers/
ide.py", line 26, in <module>
    from sympy import Integral
ImportError: cannot import name Integral

I have seen other modules import Integral in a similar manner, so why
is this giving me an error?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to