Hi Vicenç, On Tue, Oct 14, 2008 at 5:55 PM, Vicenç <[EMAIL PROTECTED]> wrote: > > 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.
Thanks for the report. This was fixed in our development version, i.e. try our latest git/hg version, if you use windows, then probably zip file is the best for you: http://hg.sympy.org/sympy/archive/tip.zip If you discover any problems with that, please let us know and we'll fix it. Thanks, Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
