Search found 2 matches

by mountainstorm
Fri Jan 01, 2021 5:29 am
Forum: Programs, Libraries and Tools
Topic: v1.13 uasyncio; won't import (object has no attribute 'poll')
Replies: 1
Views: 900

Re: v1.13 uasyncio; won't import (object has no attribute 'poll')

Figured it out; I had a file called select.py in the root - and it was obviously picking that up. Deleted the file and it now works
by mountainstorm
Thu Dec 31, 2020 8:15 pm
Forum: Programs, Libraries and Tools
Topic: v1.13 uasyncio; won't import (object has no attribute 'poll')
Replies: 1
Views: 900

v1.13 uasyncio; won't import (object has no attribute 'poll')

I just tried importing uasyncio and it errors on both my ESP32 and ESP8266 with v1.13. Am I missing something; or just the first person to try this? MicroPython v1.13 on 2020-09-11; ESP module with ESP8266 Type "help()" for more information. >>> import uasyncio Traceback (most recent call last): Fil...