"AttributeError: type object 'Blynk' has no attribute 'handle_event'"
Neoxxgr opened this issue · 0 comments
Neoxxgr commented
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