I'm trying to compile Sagecell from source and I've followed the 
instructions at 
https://github.com/sagemath/sagecell/blob/master/README.md.  There seems to 
be two problems.  

First, it says "Start the server via ../sage/sage web_server.py [-p <
PORT_NUMBER>]"  I get "/home/dennis/sage/sage/local/bin/python3: can't open 
file 'web_server.py': [Errno 2] No such file or directory"  There is no 
web_server.py in sage, but there is one in sagecell.

Second, if I go into sagecell and run web_server.py, then I get the 
following:
Traceback (most recent call last):
  File "./web_server.py", line 11, in <module>
    import tornado.ioloop
ImportError: No module named tornado.ioloop

I'm sure both of these are related.  Any clue on what I'm doing wrong?  

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/2c16c452-f548-4134-b3e6-4b38d8bc27c5%40googlegroups.com.

Reply via email to