Hello,

I am getting the following when I try to run ./setup.py test in
master:

/home/scolobb/Dropbox/prj/python/sympy/sympy/polys/polyclasses.py:843:
Warning: 'as' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
  File "./setup.py", line 36, in <module>
    import sympy
  File "/home/scolobb/Dropbox/prj/python/sympy/sympy/__init__.py",
line 52, in <module>
    from polys import *
  File "/home/scolobb/Dropbox/prj/python/sympy/sympy/polys/__init__.py",
line 3, in <module>
    from polytools import (
      File "/home/scolobb/Dropbox/prj/python/sympy/sympy/polys/polytools.py",
line 17, in <module>
    from sympy.polys.polyclasses import DMP
  File "/home/scolobb/Dropbox/prj/python/sympy/sympy/polys/polyclasses.py",
line 843
    except CoercionFailed as e:
                           ^
SyntaxError: invalid syntax

I can try to fix this according to
http://www.gossamer-threads.com/lists/python/python/785327 .  Is this
going to intervene with anyone else's attempts?

Sergiu

-- 
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