[sage-support] Re: calling SAGE from C or Mathematica

2008-05-07 Thread Amir
On May 6, 11:58 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Tue, May 6, 2008 at 11:41 PM, Amir <[EMAIL PROTECTED]> wrote: > > >  Can I start a Sage session from C? > > Yes in theory.  See this: > > http://docs.python.org/ext/embedding.html > > I have *never* done this, nor have I ever seen

[sage-support] Re: build problem for 3.0.1 on ubuntu 7.10amd64

2008-05-07 Thread David Joyner
Replying to my own email again, I built 3.0.1 from for the 3rd time and, even, though the build goes fine apparently, at starting sage from the command line, I get the same import error, even for the "uncorrupted" download. Any hints? On Tue, May 6, 2008 at 8:29 PM, David Joyner <[EMAIL PROTECTE

[sage-support] Re: build problem for 3.0.1 on ubuntu 7.10amd64

2008-05-07 Thread mabshoff
On May 7, 12:29 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: Hi David, > Replying to my own email again, I built 3.0.1 from for the 3rd time and, > even, though the build goes fine apparently, at starting sage from the > command line, I get the same import error, even for the "uncorrupted" > d

[sage-support] Re: build problem for 3.0.1 on ubuntu 7.10amd64

2008-05-07 Thread David Joyner
On Wed, May 7, 2008 at 6:41 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > On May 7, 12:29 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > Hi David, > > > > Replying to my own email again, I built 3.0.1 from for the 3rd time and, > > even, though the build goes fine apparently, at starting sage

[sage-support] Re: build problem for 3.0.1 on ubuntu 7.10amd64

2008-05-07 Thread mabshoff
On May 7, 1:10 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 6:41 AM, mabshoff Hi David, > <[EMAIL PROTECTED]> wrote: > > >  On May 7, 12:29 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > >  Hi David, > > >  > Replying to my own email again, I built 3.0.1 from for t

[sage-support] Re: build problem for 3.0.1 on ubuntu 7.10amd64

2008-05-07 Thread David Joyner
On Wed, May 7, 2008 at 7:32 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > > > On May 7, 1:10 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > On Wed, May 7, 2008 at 6:41 AM, mabshoff > > Hi David, > > > > <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 12:29 pm, "David Joyner" <[EMAIL PROTECT

[sage-support] Re: build problem for 3.0.1 on Open Suse 10.2

2008-05-07 Thread mabshoff
On May 7, 3:59 pm, Robert <[EMAIL PROTECTED]> wrote: > Hi there > > I tried to build 3.0.1 on Open Suse 10.2 and received an error message > > " > error: command 'gcc' failed with exit status 1 > sage: There was an error installing modified sage library code. > " > > I am unsure if this is a Sus

[sage-support] Re: build problem for 3.0.1 on Open Suse 10.2

2008-05-07 Thread mabshoff
On May 7, 4:06 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: Hi Robert, > > I tried to build 3.0.1 on Open Suse 10.2 and received an error message I poked around in your log file a little more and it seem to indicate that you use OpenSuSE 10.1 and not 10.2. That is indicated by the gcc ve

[sage-support] build problem for 3.0.1 on Open Suse 10.2

2008-05-07 Thread Robert
Hi there I tried to build 3.0.1 on Open Suse 10.2 and received an error message " error: command 'gcc' failed with exit status 1 sage: There was an error installing modified sage library code. " I am unsure if this is a Suse problem or Sage problem. Since I am new to both Suse and Sage I would

[sage-support] unable to start notebook in 3.0.1

2008-05-07 Thread tkeller
I'm running kubuntu 8.04 and firefox 3 beta 5. Using inotebook in 3.0 worked fine. sage: inotebook() The notebook files are stored in: /home/thomas/.sage//sage_notebook WARNING: Running the notebook insecurely may be dangerous. Make sure you know what you are doing. "/home/thomas/.sage/ sage_note

[sage-support] problem with 'view', question about 'view'

2008-05-07 Thread John H Palmieri
A problem: on my linux box, if I use 'view' (not in a notebook), an xdvi window appears then immediately disappears. If I run view with 'debug=True', toward the end I get this: Output written on sage.dvi (1 page, 740 bytes). Transcript written on sage.log. gs: Unrecoverable error: limitcheck in

[sage-support] Bug in AbelianGroup

2008-05-07 Thread Utpal Sarkar
Hi there, When I define an abelian group A = AbelianGroup(1,[6]) and then generate a subgroup that actually is the whole group itself, and then compare it to the original group: A.subgroup(list(A.gens())) == A the result may be either True or False. In this example it is False. When defining A as

[sage-support] Re: Bug in AbelianGroup

2008-05-07 Thread William Stein
On Wed, May 7, 2008 at 3:18 PM, Utpal Sarkar <[EMAIL PROTECTED]> wrote: > > Hi there, > > When I define an abelian group > A = AbelianGroup(1,[6]) > and then generate a subgroup that actually is the whole group itself, > and then compare it to the original group: > A.subgroup(list(A.gens()))

[sage-support] Re: unable to start notebook in 3.0.1

2008-05-07 Thread tkeller
Sorry for the apparently quite stupid question, after looking at the doc file for notebook all I needed to do was run notebook(require_login=false). It's still unclear to me why it's failing without this, if this has already been answered a hundred times I'll search further. Thomas On May 7, 12: