What am I doing wrong?
$ make
python build.py build_ext --inplace
Compiling module sympy.polys.densearith ...
Compiling module sympy.polys.densebasic ...
Error converting Pyrex file to C:
------------------------------------------------------------
...
"""
if not u:
return tuple(f)
v = u - 1
return tuple(dmp_to_tuple(c, v) for c in f)
^
------------------------------------------------------------
/home/jrioux/git/sympy/sympy/polys/densebasic.py:448:36: Expected ')'
Traceback (most recent call last):
File "build.py", line 34, in <module>
raise RuntimeError("failed to compile %s" % module)
RuntimeError: failed to compile sympy.polys.densebasic
make: *** [all] Error 1
$ python --version
Python 2.6.6
--
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.