[sage-support] Re: error when loading symbolic matrix ("no endswith attribute")

2011-01-08 Thread ricardomayerb
Thanks! R On Jan 8, 2:57 pm, John Cremona wrote: > Look at the documentation for load (by typing load?) > > The correct syntax is > > load ('foomat') > > It returns the saved object.  Hence: > > sage: foomat2 = load('foomat') > sage: foomat == foomat2 > True > > John Cremona > > On Jan 8, 4:41 p

[sage-support] Re: error when loading symbolic matrix ("no endswith attribute")

2011-01-08 Thread John Cremona
Look at the documentation for load (by typing load?) The correct syntax is load ('foomat') It returns the saved object. Hence: sage: foomat2 = load('foomat') sage: foomat == foomat2 True John Cremona On Jan 8, 4:41 pm, ricardomayerb wrote: > Hello everyone, > > My desired result and probabl

[sage-support] Re: error when loading

2007-05-10 Thread davedo2
I experience the same problem. It happened after the upgrade so I just did an fresh install from source and got the same result...Dave On May 10, 9:33 am, Martin Albrecht <[EMAIL PROTECTED]> wrote: > On Wednesday 09 May 2007 07:35, Brian Harris wrote: > > > Quotes didn't change the behavior for t

[sage-support] Re: error when loading

2007-05-10 Thread Martin Albrecht
On Wednesday 09 May 2007 07:35, Brian Harris wrote: > Quotes didn't change the behavior for that script. However I get part- > way through the example.sage script before the error: I get the same error with a fresh 2.5 install. ipython is at version 0.8.0. sage: version() 'SAGE Version 2.5, Rel

[sage-support] Re: error when loading

2007-05-08 Thread Brian Harris
Quotes didn't change the behavior for that script. However I get part- way through the example.sage script before the error: [EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux $ ./sage -- | SAGE Version 2.5, Rele

[sage-support] Re: error when loading

2007-05-08 Thread William Stein
On 5/8/07, Brian Harris <[EMAIL PROTECTED]> wrote: > > This happens when loading any file, ideas on why? > > [EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux > $ ./sage > -- > | SAGE Version 2.5, Release Date: 20