On Nov 28, 2007 10:36 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
>
>
> On Nov 29, 6:22 am, "William Stein" <[EMAIL PROTECTED]> wrote:
>
> > On Nov 28, 2007 9:11 PM, jonhanke <[EMAIL PROTECTED]> wrote:
> >
> > > > So you needn't be afraid of worksheets being stored in some
> > > > weird internal dat
Hello!
The same problem appears here.
I suppose, it could be a problem with the NFS home directories.
Best regards,
Michael (the real Michael)
On 28 Nov., 20:50, trio123 <[EMAIL PROTECTED]> wrote:
> Thanks Michael
>
> notebook(secure=False)
> works like a charm but it would be nice to get the sec
Hi!
I have the same problem here on our compute server.
Could it be a problem with file locking in NFS-home-directories?
Best regards,
Michael (the real Michael)
On 28 Nov., 20:50, trio123 <[EMAIL PROTECTED]> wrote:
> Thanks Michael
>
> notebook(secure=False)
> works like a charm but it would be
On Nov 29, 6:22 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 9:11 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
> > > So you needn't be afraid of worksheets being stored in some
> > > weird internal database or binary file -- they're just in
> > > the directory sage_notebook/work
Thanks. I'll try to include more precise error messages in the
future. Embarrassingly, I just noticed that this problem was from a
small typo in my Python filename so Sage couldn't find the file it was
told to look for in all.py. Now it works correctly.
I didn't know about the Python module na
On Nov 28, 2007 9:11 PM, jonhanke <[EMAIL PROTECTED]> wrote:
> > So you needn't be afraid of worksheets being stored in some
> > weird internal database or binary file -- they're just in
> > the directory sage_notebook/worksheets/username/number/worksheet.txt
> >
> > One nice benefit of this is if
On Nov 29, 5:41 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 8:30 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Nov 29, 4:59 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> > > On Nov 28, 2007 5:47 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
> > > > I am moving betw
On Nov 28, 2007 8:30 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
>
> On Nov 29, 4:59 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> > On Nov 28, 2007 5:47 PM, jonhanke <[EMAIL PROTECTED]> wrote:
> >
> > > I am moving between versions of SAGE (2.8.12 -> 2.8.14), and would
> > > like to move my old
On Nov 29, 4:59 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 5:47 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
> > I am moving between versions of SAGE (2.8.12 -> 2.8.14), and would
> > like to move my old worksheets to the new installation. In principle
> > I could move my old
On Nov 28, 2007 4:44 PM, jonhanke <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> So I tried to add a new directory to SAGE_BRANCH/sage by the following
> procedure:
>
> 1) Creating the new directory in SAGE_BRANCH,
> call it "testing".
>
> 2) Creating a file testing/test.py with a sample c
On Nov 28, 2007 5:47 PM, jonhanke <[EMAIL PROTECTED]> wrote:
> I am moving between versions of SAGE (2.8.12 -> 2.8.14), and would
> like to move my old worksheets to the new installation. In principle
> I could move my old worksheets to the new version by exporting them to
> files, and then loadi
Hi,
I am moving between versions of SAGE (2.8.12 -> 2.8.14), and would
like to move my old worksheets to the new installation. In principle
I could move my old worksheets to the new version by exporting them to
files, and then loading them in, however I can't get the old SAGE to
build/run to do
Hi,
So I tried to add a new directory to SAGE_BRANCH/sage by the following
procedure:
1) Creating the new directory in SAGE_BRANCH,
call it "testing".
2) Creating a file testing/test.py with a sample class.
3) Creating an empty __init__.py file and
an all.py contain
On Nov 28, 6:13 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 9:04 AM, Jonathan Hanke <[EMAIL PROTECTED]> wrote:
>
> > I had a few questions related to the notebook:
>
> > How does one "unpublish" a notebook? I have "published" one on my MacBook
> > (which makes firefox redire
Ok, #1324 it is.
Cheers,
Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-sup
On Nov 28, 9:00 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 11:44 AM, mabshoff
> > Odd. What happens if you do "export SAGE_CHECK=yes" and then rebuild
> > mpfr.spkg? Does the test suite pass?
>
> RQDF has nothing to do with mpfr. It's the quaddouble*.spkg which is 100%
On Nov 28, 2007 11:44 AM, mabshoff
<[EMAIL PROTECTED]> wrote:
>
>
>
> On Nov 28, 8:32 pm, "Kate Minola" <[EMAIL PROTECTED]> wrote:
> > William,
>
> Hello Kate,
>
> >
> > Using gcc-4.2.2, sage-2.8.14 builds and passes all tests on my
> > x86-Linux (pentium4-fc6) box.
> >
> > ***
> > On ia64-Linux,
Thanks Michael
notebook(secure=False)
works like a charm but it would be nice to get the secure notebook
working properly.
Thanks again.
Kelly
On Nov 28, 3:19 am, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Nov 28, 12:18 pm, mabshoff <[EMAIL PROTECTED]
>
>
>
> dortmund.de> wrote:
On Nov 28, 8:32 pm, "Kate Minola" <[EMAIL PROTECTED]> wrote:
> William,
Hello Kate,
>
> Using gcc-4.2.2, sage-2.8.14 builds and passes all tests on my
> x86-Linux (pentium4-fc6) box.
>
> ***
> On ia64-Linux, it fails to build with an Internal Compiler Error
> when compiling flint-0.9-r1075.p1/
William,
Using gcc-4.2.2, sage-2.8.14 builds and passes all tests on my
x86-Linux (pentium4-fc6) box.
***
On ia64-Linux, it fails to build with an Internal Compiler Error
when compiling flint-0.9-r1075.p1/ZmodF_mul.c; specifically
the compile line is
gcc -std=c99 -I/home/kate/sage/sage-2.8.14-i
On Nov 28, 2007 9:04 AM, Jonathan Hanke <[EMAIL PROTECTED]> wrote:
> I had a few questions related to the notebook:
>
> How does one "unpublish" a notebook? I have "published" one on my MacBook
> (which makes firefox redirect to a page that it cannot read), and I don't
> know how to get it back.
On Nov 28, 2007 8:53 AM, jonhanke <[EMAIL PROTECTED]> wrote:
>
> Hi Michael,
>
> Thanks for replying. I'm not sure I understand what you mean by
> merges as opposed to overwrites since I thought that Mercurial always
> merges the changesets it downloads from the main server when
> performing "upg
Hi,
I had a few questions related to the notebook:
1. *How does one "unpublish" a notebook?* I have "published" one on
my MacBook (which makes firefox redirect to a page that it cannot read), and
I don't know how to get it back. I tried to restart the notebook server but
it didn't h
Hi Michael,
Thanks for replying. I'm not sure I understand what you mean by
merges as opposed to overwrites since I thought that Mercurial always
merges the changesets it downloads from the main server when
performing "upgrade()", and applies them to the current branch. I
have several different
On Nov 28, 2007 3:40 AM, Simon King <[EMAIL PROTECTED]> wrote:
>
> Dear Martin,
>
> > It's a buglet but I believe this is handled in Singular this way, not sure
> > though.
>
> It seems you are right!
> Singular does:
> > ring r = 7,(x(1..2)),dp;
> > ideal I = x(1)^7*x(2)-x(1)*x(2)^7,
> > x(1)^12
On Nov 28, 12:18 pm, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Nov 28, 1:38 am, trio123 <[EMAIL PROTECTED]> wrote:
>
> > Renaming $HOME/.sage did not help and I've upgraded to
> > 2.8.14.
>
> > I still get the same error message.
>
> > Kelly
>
> Hello Kelly,
>
> sorry I couldn't be mo
On Nov 28, 1:38 am, trio123 <[EMAIL PROTECTED]> wrote:
> Renaming $HOME/.sage did not help and I've upgraded to
> 2.8.14.
>
> I still get the same error message.
>
> Kelly
>
Hello Kelly,
sorry I couldn't be more help, but I am out of ideas then. Hopefully
somebody else will have a clue what is
Addendum:
> What i don't like (but that's a matter of taste) is the empty line
> after 'sage: I'.
Now i see in what format my post appears on the screen:
The empty lines after '> print(I);' and after '> sage5;' in the
Singular example have been inserted by the mail system.
In reality, there is
Dear Martin,
> It's a buglet but I believe this is handled in Singular this way, not sure
> though.
It seems you are right!
Singular does:
> ring r = 7,(x(1..2)),dp;
> ideal I = x(1)^7*x(2)-x(1)*x(2)^7,
> x(1)^12-2*x(1)^9*x(2)^3-x(1)^6*x(2)^6+2*x(1)^3*x(2)^9+x(2)^12,
> x(1)^18+2*x(1)^15*x(2)^3
29 matches
Mail list logo