Hi, On 21 June 2011 09:32, Aaron Meurer <[email protected]> wrote:
> Hi. > > Can you give more information about your system? What version of > Python do you have installed? What kind of terminal are you using (in > particular, does it support unicode)? Are you passing any options to > the isympy command? > Also make sure that you run exactly bin/isympy from the directory you cloned SymPy's repository to, because otherwise a system-wide installed SymPy (if exists) will be used by Python in preference to the git version. > > Aaron Meurer > > On Tue, Jun 21, 2011 at 1:29 AM, Mani Chandra <[email protected]> wrote: > > Hello, > > I'm trying to use the binary from the git source tree since I wanted the > > latest version of simplify(), but I get the following error when I try to > > use bin/isympy. > > Traceback (most recent call last): > > File "isympy", line 162, in <module> > > main() > > File "isympy", line 159, in main > > init_session(ipython, **args) > > TypeError: init_session() got an unexpected keyword argument > 'pretty_print' > > What can I do to fix this? > > Thanks, > > Mani Chandra > > > > -- > > 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/-/ddfrxE3P97cJ. > > 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.
