Tkinter和Pyinstaller的问题

时间:2019-12-02 09:31:55

标签: python tkinter pyinstaller

我对Pinstaller有问题,当我在tkinter中更改窗口图标时,可执行文件“ .exe” 不会运行

root   = Tk()
root.option_add("*tearOff",False)
root.state("zoomed")
root.iconbitmap("icon.ico")

this is the result
我该怎么办?

0 个答案:

没有答案