Import kinter? Tkinter?

Hello
i test this code in Pycharm with Python 3.7
in the code : import kinter

Top = Tkinter.Tk()
i got this error message : No module named 'Tkinter’
so i modify the first line to : import tkinter as Tkinter
is that an error or need different version of Python?

Try small leters tkinter I believe the modul with capital T was in Cpython2

Maybe you missed : import tkinter as Tkinter

1 Like

import kinter is a typo