Hi, On 29 August 2011 19:19, Aaron Meurer <[email protected]> wrote:
> It works for me, using Python 2.6 and Cython 0.15 and the git master > for SymPy. Perhaps you need to update Cython. > Yes. Older Cython didn't have support for generators. > > Aaron Meurer > > On Mon, Aug 29, 2011 at 6:06 AM, Julien Rioux <[email protected]> > 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 [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. > > > > > > -- > 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. > > Mateusz -- 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.
