pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

ImportError: no module named 'uasyncio.websocket' #76

Open QGB opened 2 years ago

QGB commented 2 years ago

https://github.com/pfalcon/pycopy-lib/blob/9b8bbae774140563e9be138724de083267f99ff9/uasyncio.websocket.server/example_websock.py#L2

from uasyncio.websocket.server import WSReader, WSWriter

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: no module named 'uasyncio.websocket'