SymPy 0.7.1 is an old version. Try 0.7.2 (despite the closeness of the numbers, 0.7.1 was actually released almost two years ago).
Aaron Meurer On Mon, Jun 24, 2013 at 4:29 AM, Sébastien Boisgérault <[email protected]> wrote: > Hi all, > > > With symbols x, y and z imported from sympy.abc, the call > > >>> poly(1/(x+y), z, domain="EX") > > generates a ValueError, while on the other hand, definitions like > > >>> poly(1/x, z, domain="EX") > > and even > > >>> poly(1/(sqrt(x+y)), z, domain="EX") > > are just fine. > > Is it a known issue (I am using sympy version 0.7.1.rc1) ? > > Am I missing something obvious ? > > > Cheers, > > SB > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
