I am working on Python v2.x windows os. I notice tcl (including TKinter) IS installed while I am having Python installed.
But when I verify it by typing 'import tkinter' on Python IDLE, there is error: "ImportError: No module named tkinter"
Could anyone give me some advice? Thanks.