[sage-support] Re: Can´t compile sage-2.7.2

2007-08-01 Thread legout
Hi William, thanks for your answer. I already thought about the gcc-problem. And yes, i´m using gcc 4.2.1. I´ve just hoped, that this problem was fixed from 2.7 to 2.7.2 ;) Another question about ATLAS. I´ve installed it in /opt/atlas/ {lib,include}. How can i tell sage (numpy,scipy,linbox,...)

[sage-support] Re: change from root to admin in notebook

2007-08-01 Thread Luis Finotti
On 8/1/07, William Stein <[EMAIL PROTECTED]> wrote: > Could you try > 1) sage: hg_sage.pull() > 2) exit sage > 3) sage -br > 4) Then try notebook() This made the worksheets owned by "root" to appear, but it did not give me access to them, since the owner is "root", not "admin". I get: "You are

[sage-support] Re: change from root to admin in notebook

2007-08-01 Thread William Stein
On 8/1/07, Luis Finotti <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for the reply. > > On 8/1/07, William Stein <[EMAIL PROTECTED]> wrote: > > > I'll fix this for SAGE-2.7.3. In the meantime, please type > > > > sage: notebook(reset=True) > > > > which will give you a chance to set the admin p

[sage-support] Re: change from root to admin in notebook

2007-08-01 Thread Luis Finotti
Hi, Thanks for the reply. On 8/1/07, William Stein <[EMAIL PROTECTED]> wrote: > I'll fix this for SAGE-2.7.3. In the meantime, please type > > sage: notebook(reset=True) > > which will give you a chance to set the admin password. I should have mentioned that I had tried that already, and it

[sage-support] Re: Can´t compile sage-2.7.2

2007-08-01 Thread William Stein
On 8/1/07, legout <[EMAIL PROTECTED]> wrote: > > Hi > > i can´t get sage-2.7.2 to compile sucessfully. It stops while > compiling linbox_wrap. Here´s a part of the install.log. You probably are yet another person who can't build SAGE because linbox won't build with gcc >= 4.2. What does the out

[sage-support] Re: change from root to admin in notebook

2007-08-01 Thread William Stein
On 8/1/07, Luis Finotti <[EMAIL PROTECTED]> wrote: > > Hi, > > It seems that the change from "root" to "admin" as the default user > with the notebook made it stop working. > > If I remove (or rename) $HOME/sage_notebook, then SAGE asks for the > "admin" password and everything works fine. On the

[sage-support] change from root to admin in notebook

2007-08-01 Thread Luis Finotti
Hi, It seems that the change from "root" to "admin" as the default user with the notebook made it stop working. If I remove (or rename) $HOME/sage_notebook, then SAGE asks for the "admin" password and everything works fine. On the other hand, this makes me lose my previous sessions. Is there a

[sage-support] Re: return of an old problem

2007-08-01 Thread Luis Finotti
Hi, On 8/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Some time ago I asked for and requested help for a bizarre problem > that occurs only for me -- namely, sage cannot find octave on my > computer even though it is properly installed. At that time you > suggested that I add a small fi

[sage-support] Can´t compile sage-2.7.2

2007-08-01 Thread legout
Hi i can´t get sage-2.7.2 to compile sucessfully. It stops while compiling linbox_wrap. Here´s a part of the install.log. checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... ye

[sage-support] Re: return of an old problem

2007-08-01 Thread David Joyner
On 8/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Some time ago I asked for and requested help for a bizarre problem > that occurs only for me -- namely, sage cannot find octave on my > computer even though it is properly installed. At that time you > suggested that I add a small file to

[sage-support] return of an old problem

2007-08-01 Thread [EMAIL PROTECTED]
Some time ago I asked for and requested help for a bizarre problem that occurs only for me -- namely, sage cannot find octave on my computer even though it is properly installed. At that time you suggested that I add a small file to sage/bin which gave the path to octave. This solved the problem.

[sage-support] Re: how to modify path for notebook

2007-08-01 Thread William Stein
On 7/31/07, gani <[EMAIL PROTECTED]> wrote: > > Hi: > > How does one modify path for notebook to include say /usr/lib/ > python2.4/site-packages/unum? You can append something to sys.path, but you're asking for trouble in case there's anything in unum that isn't 100% compatible with SAGE's python