[sage-support] Re: Trouble saving graphics

2013-09-08 Thread Nathann Cohen
I have opened http://trac.sagemath.org/ticket/15173 to track this. http://trac.sagemath.org/ticket/15116http://trac.sagemath.org/ticket/15116#comment:1 Nathann -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group

[sage-support] Sage crashed after installing IPython

2013-09-08 Thread Jose Guzman
I've just installed Sage from sources and it crashed. I'm not sure if this may be an issue, but I've just installed IPython from sources as user too. Attached you can find the crash report as suggested by the message Thanks in advance Jose -- Jose Guzman http://www.ist.ac.at/~jguzman/ --

Re: [sage-support] Sage crashed after installing IPython

2013-09-08 Thread Jan Groenewald
Hi Why does it say near the top 'ipython_version': '1.0.0', and then later self.ipython_dir = u'/home/jguzman/.sage/ipython-0.12' Or is the folder name not important, just a leftover from before? My sage 5.11 has ipython 0.13. Perhaps the initialisation files are not backwards compatible;

Re: [sage-support] Sage crashed after installing IPython

2013-09-08 Thread William Stein
On Sun, Sep 8, 2013 at 6:54 AM, Jose Guzman sjm.guz...@gmail.com wrote: I've just installed Sage from sources and it crashed. I'm not sure if this may be an issue, but I've just installed IPython from sources as user too. Attached you can find the crash report as suggested by the message

Re: [sage-support] Sage crashed after installing IPython

2013-09-08 Thread Volker Braun
The problem is that the OP has a different IPython version installed in ~/.local, and Sage picks up part of that. It would be nice to figure out a way to exclude stuff from ~/.local in Sage but right now this will always cause conflicts. The ipython_dir = ipython-0.12 is correct, Sage switches

Re: [sage-support] Sage crashed after installing IPython

2013-09-08 Thread Jose Guzman
On 08/09/13 16:09, William Stein wrote: On Sun, Sep 8, 2013 at 6:54 AM, Jose Guzman sjm.guz...@gmail.com wrote: I've just installed Sage from sources and it crashed. I'm not sure if this may be an issue, but I've just installed IPython from sources as user too. Attached you can find the crash

Re: [sage-support] Sage crashed after installing IPython

2013-09-08 Thread William Stein
On Sun, Sep 8, 2013 at 7:56 AM, Jose Guzman sjm.guz...@gmail.com wrote: On 08/09/13 16:09, William Stein wrote: On Sun, Sep 8, 2013 at 6:54 AM, Jose Guzman sjm.guz...@gmail.com wrote: I've just installed Sage from sources and it crashed. I'm not sure if this may be an issue, but I've just

Re: [sage-support] The results of some integration test.

2013-09-08 Thread Burcin Erocal
On Sat, 7 Sep 2013 15:25:26 +0300 Georgi Guninski gunin...@guninski.com wrote: snip btw, I get: 'sage.rings.complex_interval.ComplexIntervalFieldElement' object has no attribute 'cot' when trying your |check| on this: -arctan(cot(pi*x))/pi + 1/2 #fractional part of x This is now #15179: