I need to write a small application in python. From what I read, Tkinter
should be a reasonable option to use. I tried several tutorials about it and all said I should import the module using
import Tkinter
which fails. using
import tkinter
however, succeed. From that I gather there was a version update since the tutorial(s) was written. I tried to ignore this, but quickly I come upon errors which are not solved as easily. I guess I need to either switch tutorial or a gui library. So do you have a link to a recent tutorial or to a freshly documented gui library for python?