gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-05 01:17:10 24 4
gpt4 key购买 nike

在我的 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()

最佳答案

你应该替换:

root.mainLoop()

root.mainloop()

全部为小写字母。

关于python - Tkinter 中的 'root.mainloop()' 导致 AttributeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51338209/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com