As a new sage user, I recently compiled Sage-4.7 from source and it runs smoothly in the command line. However, when I set up the sage notebook, the expression returns no result in browser For instance, if you enter 1+1, then click "Evaluate", the cell turns green but then no result is returned.
I originally thought it was a script-display problem, but then I was able to view output from sagenb.org just fine. Then looking at the terminal, I realized every time I press the "evaluate" at the browser, some error is returned:
2011-06-20 12:55:23-0400 [HTTPChannel,0,10.83.104.47] User 'admin' logged in.
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] got EOF subprocess must
have crashed...
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47]
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] import os;os.chdir("/tmp
/tmpJANrMv");
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] execfile("_sage_input_1.
py")
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] The authenticity of host
'localhost (127.0.0.1)' can't be established.
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] RSA key fingerprint is 9
1:b6:9c:84:ed:55:7a:a5:a0:2b:ed:80:49:ee:90:ac.
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47] Are you sure you want to
continue connecting (yes/no)? Host key verification failed.
2011-06-20 12:55:27-0400 [HTTPChannel,1,10.83.104.47]
2011-06-20 12:55:32-0400 [HTTPChannel,2,10.83.104.47] got EOF subprocess must
have crashed...
I tried checking the installation using make check and it is fine. Can someone give me some ideas on how to proceed?
Thanks so much!
Riemann