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

"AttributeError: type object 'Blynk' has no attribute 'handle_event'"

Open Neoxxgr opened this issue 3 years ago • 0 comments

Hello i was having problems on a raspberry pi with reading and writing to virtual pins . I was getting errors "AttributeError: type object 'Blynk' has no attribute 'handle_event'" When i was running the python script i was getting this: ___ __ __ / _ )/ /_ _____ / /__ / _ / / // / _ / '/ ///_, /////_
/
__/ for Python v0.2.0 (Linux) Even after i updated from pip where it says its v0.2.6 so i dug deeper and show that there was two files for blynklib.py and BlynkLib.py of witch 1 was v0.2.0 and the other v0.2.6 , i replaced the BlynkLib.py with the blynklib.py and the problem was fixed

Neoxxgr avatar Jun 26 '22 13:06 Neoxxgr