python 2.7 - TKinter Does Not Work -


this question has answer here:

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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -