python - Why is Tkinter missing? -


started messing tkinter today, when tried run first program crashed. appears reason don't have tkinter. standard installation of python 3.3 on windows 7, why not there? how can it?

this answer might irrelevant more information, but, now: capitalizing "tkinter" when using import command? in python 3.x, it's imported lower-case ("import tkinter"), in 2.x code it's imported initial capital ("import tkinter").


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -