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
Post a Comment