Tkinter中的'root.mainloop()'导致AttributeError

时间:2018-07-14 11:49:41

标签: python tkinter attributeerror

在我的python代码中,“ root.mainloop()”行导致错误:AttributeError: '_tkinter.tkapp' object has no attribute 'mainLoop'。我在Mac上(尽管不满意),我的代码是:

from tkinter import *
root = Tk()
myLabel1 = Label(root, text = 'My First GUI')
myLabel1.pack()
root.mainLoop()

提前感谢您的时间和帮助:)

1 个答案:

答案 0 :(得分:1)

您应该替换:

df0.ne(1)
# outputs a dataframe where all values are true
       a     b     c
a  False  True  True
b   True  True  True
c   True  True  True

root.mainLoop()

全部为小写字母。