It works for me, using Python 2.6 and Cython 0.15 and the git master
for SymPy.  Perhaps you need to update Cython.

Aaron Meurer

On Mon, Aug 29, 2011 at 6:06 AM, Julien Rioux <julien.ri...@gmail.com> wrote:
> 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 sympy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sympy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to