[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Aaron E-J
So I've finally had a change to get back to working on trying to install sage sell. I've got everything set, only I'm getting the following error that makes me think I'm missing a dependency: config.status: executing libtool commands Making all in src make[1]: Entering directory `/home/aaron

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Aaron E-J
Oh, and I have git and uuid-dev so it must be something else > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To pos

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Aaron E-J
As a test, I attempted to install a standalone version of ZeroMQ but got the following message: ... CXXLD test_timeo make[1]: Leaving directory `/home/aaronej/Downloads/zeromq-3.2.3/tests' make[1]: Entering directory `/home/aaronej/Downloads/zeromq-3.2.3' make[1]: Nothing to be done for `all-am

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Jason Grout
On 5/27/13 11:36 AM, Aaron E-J wrote: So I've finally had a change to get back to working on trying to install sage sell.I've got everything set, only I'm getting the following error that makes me think I'm missing a dependency: I think it's the error that is solved on this ticket for the sage

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Aaron E-J
This seems to have done the trick! Thanks a lot, I can now go enjoy the nice Memorial Day weather without it nagging me :-) On Monday, May 27, 2013 2:36:47 PM UTC-4, Jason Grout wrote: > > On 5/27/13 11:36 AM, Aaron E-J wrote: > > So I've finally had a change to get back to working on trying to

[sage-support] Coefficient of Boolean Polynomial

2013-05-27 Thread Santanu Sarkar
Dear all, In the following code, although the coefficient of x0 is 1+x1*x2, it returns 1. from sage.crypto.boolean_function import BooleanFunction R.=BooleanPolynomialRing(6) f=(1+x1*x2)*x0+x4*x5 print f.monomial_coefficient(x0) -- You received this message because you are subscribed to the G

Re: [sage-support] Coefficient of Boolean Polynomial

2013-05-27 Thread David Joyner
On Mon, May 27, 2013 at 9:00 PM, Santanu Sarkar wrote: > Dear all, > In the following code, although the > coefficient of x0 is 1+x1*x2, it returns > 1. > > from sage.crypto.boolean_function import BooleanFunction > R.=BooleanPolynomialRing(6) > > f=(1+x1*x2)*x0+x4*x5 > print f.monomial_coeffici

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Aaron E-J
Hmmm... I can't figure out how to set up the SSH settings. Sorry if this sound naïve, but what should I put for the host and username? This is the stack trace when I try to run ../../sage web_server.py : Traceback (most recent call last): File "web_server.py", line 29, in import handl

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread leif
Aaron E-J wrote: Hmmm... I can't figure out how to set up the SSH settings.Sorry if this sound naïve, but what should I put for the host and username?This is the stack trace when I try to run ../../sage web_server.py : Traceback (most recent call last): File "web_server.py", line 29, in

[sage-support] Re: Get an error message when trying to install sage cell server

2013-05-27 Thread Jason Grout
On 5/27/13 8:39 PM, Aaron E-J wrote: Hmmm... I can't figure out how to set up the SSH settings.Sorry if this sound naïve, but what should I put for the host and username?This is the stack trace when I try to run ../../sage web_server.py : Traceback (most recent call last): File "web_server.py