Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium
New issue 2404 by [email protected]: PolificationFailed needs to be imported in polysys
http://code.google.com/p/sympy/issues/detail?id=2404 >>> from sympy.solvers.polysys import solve_poly_system as so >>> so(x+y-2,x-y-5) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "sympy\solvers\polysys.py", line 30, in solve_poly_system except PolificationFailed, exc: NameError: global name 'PolificationFailed' is not defined -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
