Hi,
On 15 November 2010 21:57, Julien Rioux <[email protected]> wrote:
> on ubuntu 10.10 with latest git master
>
> ~/git/sympy$ make
> python build.py build_ext --inplace
> Compiling module sympy.polys.densearith ...
> Compiling module sympy.polys.densebasic ...
> Compiling module sympy.polys.densetools ...
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> if bound is not None:
> return 1.0 / bound
> else:
> return None
>
> def dup_inner_refine_real_root(f, (a, b, c, d), cond, fast, K):
> ^
> ------------------------------------------------------------
>
> /home/jrioux/git/sympy/sympy/polys/densetools.py:2083:36: Expected ')'
> Traceback (most recent call last):
> File "build.py", line 31, in <module>
> raise RuntimeError("failed to compile %s" % module)
> RuntimeError: failed to compile sympy.polys.densetools
> make: *** [all] Error 1
>
Yes, this is a known problem (Cython doesn't support some of Python's
features). This should be fixed
https://github.com/mattpap/sympy-polys/tree/polys11 branch.
> --
> 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] <sympy%[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.