在我的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()
提前感谢您的时间和帮助:)
答案 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()
全部为小写字母。