iOS-HTML5-Tethering icon indicating copy to clipboard operation
iOS-HTML5-Tethering copied to clipboard

No mention of Tornado requirement in README

Open webxl opened this issue 12 years ago • 0 comments

It was a simple fix but initially I got this:

~/iOS-HTML5-Tethering:master> sudo python client/client-ws-server.py
Password:
Traceback (most recent call last):
  File "client/client-ws-server.py", line 3, in <module>
    from tornado.websocket import WebSocketHandler
ImportError: No module named tornado.websocket

webxl avatar Jul 25 '13 16:07 webxl