[sage-support] Sagecell server not working

2013-06-08 Thread Olalékan ABOU BAKAR
I followed the instructions here to build a sagecell server https://github.com/sagemath/sagecell Everything looks goof when I launch ../../sage web_server.py as shown below root@maths:/home/sageserver/sage-5.9/devel/sagecell# ../../sage web_server.py 2013-06-08 01:17:13,502 sagecell:INFO

[sage-support] Re: Sagecell server not working

2013-06-08 Thread Olalékan ABOU BAKAR
I get a HTTP 503 error through the virtualhost yet lsof shows what seems to be some sagecell server processes running. # lsof -i :65108 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME python 29158 root 32u IPv4 155943 0t0 TCP ip6-localhost:34780-ip6-localhost:65108

[sage-support] Why in .sage |try: Nf.v=NumberField(Z**2 -D)| fails with syntax error but works on new line ?

2013-06-08 Thread Georgi Guninski
This fails with syntax error, but works if Nf.v is on new line: K.Z=ZZ[] for D in [ 1 .. 20]: try: Nf.v=NumberField(Z**2-D) except Exception,e: print e Basically |try: stuff()| appears to work. -- You received this message because you are subscribed to the

[sage-support] Re: Sagecell server not working

2013-06-08 Thread Jason Grout
On 6/8/13 2:57 AM, Olalékan ABOU BAKAR wrote: I get a HTTP 503 error through the virtualhost yet lsof shows what seems to be some sagecell server processes running. If I were you, I think I would: * check your logs everywhere * check your firewall * try to get it working without virtual host

[sage-support] Re: Why in .sage |try: Nf.v=NumberField(Z**2 -D)| fails with syntax error but works on new line ?

2013-06-08 Thread leif
Georgi Guninski wrote: This fails with syntax error, but works if Nf.v is on new line: K.Z=ZZ[] for D in [ 1 .. 20]: try: Nf.v=NumberField(Z**2-D) except Exception,e: print e That's a Sage preparser bug, but it's bad style anyway... ;-) -leif -- () The

[sage-support] syntax error trying to run Sage 5.9 on OSX lion

2013-06-08 Thread Joy Morris
I had been running a very old version (3.4) of sage on my laptop (Mac PowerBook, Intel, less than a year old, running OS 10.8.3). This morning I tried downloading sage 5.9. I first tried the app; it took half an hour and failed to open the server, so I quit that. I had also downloaded the

[sage-support] Re: syntax error trying to run Sage 5.9 on OSX lion

2013-06-08 Thread Dima Pasechnik
On 2013-06-08, Joy Morris aisp.reun...@gmail.com wrote: I had been running a very old version (3.4) of sage on my laptop (Mac PowerBook, Intel, less than a year old, running OS 10.8.3). This morning I tried downloading sage 5.9. I first tried the app; it took half an hour and failed to open

Re: [sage-support] syntax error trying to run Sage 5.9 on OSX lion

2013-06-08 Thread Jeroen Demeyer
On 06/08/2013 04:07 PM, Joy Morris wrote: I had also downloaded the traditional Unix version. I assume you mean the source version? Did you actually compile it? Instructions at http://sagemath.org/doc/installation/source.html -- You received this message because you are subscribed to the

[sage-support] Re: syntax error trying to run Sage 5.9 on OSX lion

2013-06-08 Thread Dima Pasechnik
On 2013-06-08, Dima Pasechnik dimp...@gmail.com wrote: On 2013-06-08, Joy Morris aisp.reun...@gmail.com wrote: I had been running a very old version (3.4) of sage on my laptop (Mac PowerBook, Intel, less than a year old, running OS 10.8.3). This morning I tried downloading sage 5.9. I first

Re: [sage-support] Re: Sagecell server not working

2013-06-08 Thread Olalékan ABOU BAKAR
Thanks Jason for your reply.. I'm on ubuntu Precise, forgot to mention that in case there are some known issues in this regard on that platform. * The only log I had was the one from Apache, Sagecell has a log other than the console output of the web_server.py script ? If yes, where? * I