-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi,
I'm trying to use this package in order to run an HTTP Server (Microdot) concurrently with other tasks on Raspberry Pico W.
It's failing for me with:
Traceback (most recent call last):
File "<stdin>", line 42, in <module>
File "microdot_asyncio.py", line 320, in run
File "asyncio/core.py", line 297, in run
File "asyncio/core.py", line 261, in run_until_complete
File "asyncio/core.py", line 246, in run_until_complete
File "microdot_asyncio.py", line 278, in start_server
File "asyncio/stream.py", line 226, in start_server
ImportError: no module named 'usocket'
Am I doing something totally unsupported yet, like maybe only some subset of CircuitPython devices have usocket
?
I know that sockets generally work if I use socketpool
for screating sockets, so maybe I'm really looking after #4 ?
I'd appreciate any pointers!
Metadata
Metadata
Assignees
Labels
No labels