You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Ubuntu 18.04 and coming across this issue when attempting to run the python script.
python src/blynclight.py cycle
Traceback (most recent call last):
File "src/blynclight.py", line 33, in
import tkinter
ImportError: No module named tkinter
The text was updated successfully, but these errors were encountered:
@aitaix I had the same problem and was in fact using the wrong python version. When I ran python3 blynclight.py it worked, but only after running sudo apt install python3-tk on Ubuntu 16.04.
I'm running Ubuntu 18.04 and coming across this issue when attempting to run the python script.
python src/blynclight.py cycle
Traceback (most recent call last):
File "src/blynclight.py", line 33, in
import tkinter
ImportError: No module named tkinter
The text was updated successfully, but these errors were encountered: