Tkinter无法分配图像

时间:2019-11-27 17:39:57

标签: python-3.x image tkinter

import tkinter as tk
add-button-image = tk.PhotoImage(file = "Add-Button.png")

我在py程序中使用了tkinter,因此可以在按钮上添加图像。我要添加的png文件与python程序位于同一路径。 每次运行程序时,都会出现错误“无法分配给运算符”

1 个答案:

答案 0 :(得分:0)

请勿使用短划线使用下划线。

    add_button_image = tk.PhotoImage(file="Add-Button.png")