[sage-cell] Sagecell server failure

2018-04-12 Thread Kwankyu Lee
Hi, I noticed my sagecell server fails to start. Apr 12 16:48:52 hades sage[1016]: File "web_server.py", line 15, in Apr 12 16:48:52 hades sage[1016]: import handlers Apr 12 16:48:52 hades sage[1016]: File "/home/sage/sagecell/sagecell/handlers.py", line 282, in Apr 12 16:48:52 hades

[sage-cell] Re: Sagecell server failure

2018-04-12 Thread Andrey Novoseltsev
No idea and given that we do not use system python - no idea how the os upgrade could cause it... On Thursday, 12 April 2018 01:55:46 UTC-6, Kwankyu Lee wrote: > > Hi, > > I noticed my sagecell server fails to start. > > Apr 12 16:48:52 hades sage[1016]: File "web_server.py", line 15, in > >

[sage-cell] Re: Sagecell server failure

2018-04-12 Thread Kwankyu Lee
On Friday, April 13, 2018 at 12:14:03 PM UTC+9, Andrey Novoseltsev wrote: > > No idea and given that we do not use system python - no idea how the os > upgrade could cause it... > Right... Thanks anyway! -- You received this message because you are subscribed to the Google Groups "sage-cell

[sage-cell] Re: Sagecell server failure

2018-04-12 Thread Kwankyu Lee
I found a clue. tornado deprecated (version >= 4.1) `io_loop` argument of the class tornado.ioloop.PeriodicCallback and removed (version >= 5.0) the argument. But sockjs.tornado was not updated accordingly yet. -- You received this message because you are subscribed to the Google Groups "s