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", line 29, in <module>
     import handlers
   File "/home/aaronej/sage/devel/sagecell-main/handlers.py", line 4, in
<module>
     import tornado.websocket
   File
"/home/aaronej/sage/local/lib/python2.7/site-packages/tornado-3.0.1-py2.7.egg/tornado/websocket.py",
line 39, in <module>
     from tornado.netutil import Resolver
   File
"/home/aaronej/sage/local/lib/python2.7/site-packages/tornado-3.0.1-py2.7.egg/tornado/netutil.py",
line 25, in <module>
     import ssl
   File "/home/aaronej/sage/local/lib/python/ssl.py", line 60, in <module>
     import _ssl             # if we can't import it, let the error
propagate
ImportError: No module named _ssl

Install openssl-dev into your operating system---it's looking for the openSSL headers. That may be all that you need to do, or you might need to reinstall python: sage -f python

Thanks,

Jason


--
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to