27
Python says there is no module named tkinter, but tkinter is part of the standard library — how can it be missing?
I am trying to run a small program with a graphical window and it fails on the import with a message that there is no module named tkinter. Everything I read says tkinter is part of the standard library, which is…