hankso / gpio4

Improved gpio module based on Sysfs and gpio3, drop-in replacement of RPi.GPIO
MIT License
9 stars 5 forks source link

gevent.monkey.patch_all: 'module' object has no attribute 'epoll' #1

Open hankso opened 6 years ago

hankso commented 6 years ago

After called gevent.monkey.patch_all, some classes and functions in the standard module will be carefully replaced, such as select.epoll. Improve compatible with gevent.