Module 'tkinter' has no attribute 'Tk'

前端 未结 5 868
傲寒
傲寒 2020-11-30 15:32

Tkinter doesnt contain any tk attribute.

import tkinter

window = tkinter.Tk()

win.mainloop()

While running this code it gives me an error

5条回答
  •  死守一世寂寞
    2020-11-30 16:09

    Try copying the file to the Python path in C drive (in my case)

    And the folder should not contain any other file named Tkinter.py or similar for Code click here

提交回复
热议问题