On Dec 31, 2011, at 4:38 PM, Comer <[email protected]> wrote: > Well, first doing a import sympy works. > > Second, you are right about the version probably, as I did in fact do > a download from git this afternoon (eastern time). What do you suggest > I try next?
Do a fresh install of whichever one you want (0.7.1 or 0.7.1-git). > > And what about downloading the latest ipython and installing it in my > home directory? I recommend updating ipython, though i think it's unrelated to your current problem. Aaron Meurer > > Comer > > On Dec 31, 6:05 pm, Aaron Meurer <[email protected]> wrote: >> This is not SymPy 0.7.1. SymPyDeprecationWarning was added in the git >> version after the last release. So this is some git version, possibly >> incomplete, since it doesn't work. >> >> Does it work if you just run python and do "import sympy"? >> >> Aaron Meurer >> >> >> >> >> >> >> >> On Sat, Dec 31, 2011 at 3:22 PM, Comer <[email protected]> wrote: >> >>> On Dec 31, 5:09 pm, Aaron Meurer <[email protected]> wrote: >>>> What is the error message you get when you try to run isympy? >> >>> debian:~> which isympy >>> /usr/bin/isympy >>> debian:~> isympy >>> Traceback (most recent call last): >>> File "/usr/bin/isympy", line 305, in <module> >>> main() >>> File "/usr/bin/isympy", line 298, in main >>> from sympy.core.compatibility import SymPyDeprecationWarning >>> ImportError: No module named compatibility >> >>> Comer >> >>>> On Sat, Dec 31, 2011 at 3:00 PM, Comer <[email protected]> wrote: >>>>> I have just downloaded sympy (0.7.1) and have run sudo python setup.py >>>>> install on my debian squeeze machine. After an apparently successful >>>>> install, I find that isympy won't run. It seems that the version of >>>>> python installed is 2.5. Note that I have not done more than use >>>>> Synaptic Package Manager to install whatever python is blessed, which >>>>> seems awfully out of date. I also note that the Synaptic Package >>>>> Manager shows the latest version of ipython to be 0.10-2. When I >>>>> looked at installing it, there were a slew of other packages which >>>>> were to be deleted, so I elected not to install 0.10-2. Can someone >>>>> suggest how to resolve these issues? I have recently done a safe- >>>>> upgrade hoping that the version of python provided would have been >>>>> later than 2.5 but nothing doing. >> >>>>> Thanks for any advice from fellow debian users. >> >>>>> Comer >> >>>>> -- >>>>> 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 >>>>> athttp://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 >>> athttp://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. > -- 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.
