#显示图片photo = PhotoImage(file = "./4.gif")imageLable = Label(window,image = photo)imageLable.grid(row = 2,columnspan = 2)
你的文件名非法。没有找到该文件。
提示错误是没有找到图片文件,把路径写成绝对路径。
如对你有帮助,请点击一下采纳按钮。
大佬们帮一下我