tkinter did not import successfully. Please check your setup tkinter did not import successfully. Please check your setup tkinter tkinter

tkinter did not import successfully. Please check your setup


Tkinter only comes as standard on windows. The default GUI module for Linux is Gtk. Tkinter is available on apt under the name Python-Tk

python3:

sudo apt-get install python3-tk