danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

module not found #14

Closed ricpar123 closed 4 years ago

ricpar123 commented 4 years ago

Hi, trying to do the example, I faced with this error, after executing ...'ampy run example/client.py', ..importError: no module named \'logging\'\r\n').

What's wrong?

Thanks Regards

danni commented 4 years ago

You need a version of micropython with logging.

danni commented 4 years ago

You could also try micropython-logging I haven't tried that.

ricpar123 commented 4 years ago

ahh...ok, thanks!