Re: [sage-support] On .inputrc

2010-11-17 Thread Mitesh Patel
On 11/18/2010 01:45 AM, Kwankyu wrote: > If I put the following line > > "\C-k": kill-whole-line > > into "~/.inputrc", Sage does not recognize it, that is, ctrl-k always > does "kill-line" On the other hand, in IPython invoked by "sage - > ipython", ctril-k does "kill-whole-line" as expected. >

[sage-support] On .inputrc

2010-11-17 Thread Kwankyu
Hi, If I put the following line "\C-k": kill-whole-line into "~/.inputrc", Sage does not recognize it, that is, ctrl-k always does "kill-line" On the other hand, in IPython invoked by "sage - ipython", ctril-k does "kill-whole-line" as expected. Why is it so? Does Sage set keys in its own way?

[sage-support] Re: using Matplotlib and sagetex

2010-11-17 Thread kcrisman
Wow, what service! If Google groups were easier to use, we could track down more such requests :) I'd like to point out that http://trac.sagemath.org/sage_trac/ticket/5128 might also be relevant - Dan D., can you comment on whether an eventual solution to that ticket would take care of this? (I

Re: [sage-support] Re: Sage Solaris binary distribution and libgfortran

2010-11-17 Thread David Kirkby
On 18 November 2010 00:59, David Kirkby wrote: > On 17 November 2010 23:56, Jean-Pierre Flori wrote: > PS, when you first run Sage, you will need to have /opt/ccs/bin in > your path, so Sage can find 'm4', which it needs whenever a build of > Sage is moved. > > Dave Correction. You will need /u

Re: [sage-support] Re: Sage Solaris binary distribution and libgfortran

2010-11-17 Thread David Kirkby
On 17 November 2010 23:56, Jean-Pierre Flori wrote: > Thanks for taking care of this ! > > I was just trying to run tests on Solaris for the next Ecl and Maxima > spgk's... > > I'll try downlaoding your lib tomorrow, I'm not at work right now and > am too tired to ssh and etc... No problem. > Ju

[sage-support] Re: Sage Solaris binary distribution and libgfortran

2010-11-17 Thread Jean-Pierre Flori
Thanks for taking care of this ! I was just trying to run tests on Solaris for the next Ecl and Maxima spgk's... I'll try downlaoding your lib tomorrow, I'm not at work right now and am too tired to ssh and etc... Just one point: we've got a quite recent gcc installed on our Solaris, I'd say gcc

[sage-support] Re: using Matplotlib and sagetex

2010-11-17 Thread Constantin
Adam Webb yahoo.com> writes: > > Hi, > > I would like to add plots to a document using sagetex and my script > uses matplotlib to generate the plot. Is it possible to matplotlib > with sagetex? I understand that /sageplot{} wants a > with a .save method. However, I have not found how to generat

Re: [sage-support] Sage Solaris binary distribution and libgfortran

2010-11-17 Thread David Kirkby
On 17 November 2010 16:35, Jean-Pierre Flori wrote: > Hi, > > I unpacked Sage 4.5.1 binaries on Solaris, but when I try to launch > Sage, it complains about missing libgfortran: > > ImportError: ld.so.1: python: fatal: libgfortran.so.3: open failed: No > such file or directory > > I searched a bit

Re: [sage-support] Re: polynomial division by increasing powers

2010-11-17 Thread Johannes Huisman
Hi Simon! On 11/17/2010 08:33 AM, Simon King wrote: On 16 Nov., 23:48, Johannes Huisman wrote: Does sage have a command for polynomial division by increasing powers? I could not find such a command. Of course, one may use power series division in order to compute the quotient, but it would be n

Re: [sage-support] Sage Solaris binary distribution and libgfortran

2010-11-17 Thread David Kirkby
On 17 November 2010 16:35, Jean-Pierre Flori wrote: > Hi, > > I unpacked Sage 4.5.1 binaries on Solaris, but when I try to launch > Sage, it complains about missing libgfortran: > > ImportError: ld.so.1: python: fatal: libgfortran.so.3: open failed: No > such file or directory > > I searched a bit

[sage-support] Sage Solaris binary distribution and libgfortran

2010-11-17 Thread Jean-Pierre Flori
Hi, I unpacked Sage 4.5.1 binaries on Solaris, but when I try to launch Sage, it complains about missing libgfortran: ImportError: ld.so.1: python: fatal: libgfortran.so.3: open failed: No such file or directory I searched a bit and found something which looks related here: http://trac.sagemath.