BetaRavener / upy-websocket-server

Micropython (ESP8266) websocket server implementation.
MIT License
83 stars 24 forks source link

Have a problem... Plz Help) #10

Open Cosmat opened 5 years ago

Cosmat commented 5 years ago

WebREPL daemon started on ws://0.0.0.0:8266 Started webrepl in normal mode scandone state: 0 -> 2 (b0) Traceback (most recent call last): File "main.py", line 4, in File "ws_connection.py", line 2, in ImportError: no module named 'websocket'

BohemianHacks commented 5 years ago

in ws_connection.py change: from websocket import websocket

to: from uwebsocket import websocket