python-evdev icon indicating copy to clipboard operation
python-evdev copied to clipboard

Exception ignored in: <function InputDevice.__del__ at 0xb6157b28>

Open chappers73 opened this issue 4 years ago • 3 comments

Hi, I am trying to get this working on a Raspberry Pi 4, just installed all the packages suggested and it works but I keep getting this error. evdev_Error scanner.zip

I have tried this with Python3.7 and 2.7 with different errors (see pic), what am I doing wrong? Thanks. Attached the Python file I am trying (copied from internet somewhere) but even trying your examples examples It generates the same error.

chappers73 avatar Jan 29 '21 09:01 chappers73

Not sure if this repo is dead or not but I have the exact same issue on Raspbian 10 + Python 3.7

Lay3r8 avatar Oct 22 '21 11:10 Lay3r8

Not sure if this repo is dead or not but I have the exact same issue on Raspbian 10 + Python 3.7

Try my fork, I removed the del method, which reminds me to solve this problem.

luizoti avatar Oct 23 '21 05:10 luizoti

Not sure if this repo is dead or not but I have the exact same issue on Raspbian 10 + Python 3.7

Try my fork, I removed the del method, which reminds me to solve this problem.

Thanks, I have switched on another library to finish the project I was working on but if I ever use python-evdev again I will surely give it a try :)

Lay3r8 avatar Oct 28 '21 13:10 Lay3r8