On Tue, Jun 21, 2011 at 2:04 AM, Mani Chandra <[email protected]> wrote: > Hi, > 1) Python version: Python 2.7.1 (Enthought Python Distribution 7.0) > 2) Terminal: Gnome terminal > 3) I run it using ./isympy in the bin folder.
This is your problem. You need to run it from the sympy folder, i.e., you should be running ./bin/isympy. Otherwise, as Mateusz pointed out, it will try to use an installed version of sympy rather than the git version (and it looks like the installed version is incompatible with our current git version). Aaron Meurer > Mani > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/OnqNCXzq-ooJ. > 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.
