python 2.7 - TKinter Does Not Work -
this question has answer here:
- why no module named tkinter? 2 answers
i working on python v2.x windows os. notice tcl (including tkinter) installed while having python installed.
but when verify typing 'import tkinter' on python idle, there error: "importerror: no module named tkinter"
could give me advice? thanks.
in python2,
import tkinter
in python3
import tkinter
Comments
Post a Comment