Guest User

Untitled

a guest
May 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ python webserver/server.py
  2. Traceback (most recent call last):
  3. File "webserver/server.py", line 13, in <module>
  4. from ws_handler import *
  5. File "/home/crawl/src/webtiles/crawl/crawl-ref/source/webserver/ws_handler.py", line 2, in <module>
  6. import tornado.websocket
  7. ImportError: No module named websocket
Add Comment
Please, Sign In to add comment