I'm trying to import sympy (0.6.2) into python 2.6 and get this error
message:
IDLE 2.6
>>> import sympy
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import sympy
File "C:\Python26\lib\site-packages\sympy\__init__.py", line 16, in
<module>
from sympy.core import *
File "C:\Python26\lib\site-packages\sympy\core\__init__.py", line 4,
in <module>
from basic import Basic, S, C, sympify
File "C:\Python26\lib\site-packages\sympy\core\basic.py", line 3, in
<module>
import sympy.mpmath as mpmath
File "C:\Python26\lib\site-packages\sympy\mpmath\__init__.py", line
8, in <module>
from calculus import diff, diffc, secant, polyval, polyroots,
quadts, quadosc
File "C:\Python26\lib\site-packages\sympy\mpmath\calculus.py", line
15, in <module>
from specfun import factorial, bernoulli_range
File "C:\Python26\lib\site-packages\sympy\mpmath\specfun.py", line
1017
def hyper(as, bs, z):
^
SyntaxError: invalid syntax
Please help. Thank you.
V.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---