gpt4 book ai didi

python - PyInstaller 创建 exe 文件时不显示 .png img

转载 作者:行者123 更新时间:2023-12-01 08:57:06 25 4
gpt4 key购买 nike

我有一个使用 Tkinter 创建 GUI 的代码,但是当我尝试运行 PyInstaller 并创建一个 exe 文件时,应用程序中缺少我的 .png 图像:

self.logo = PhotoImage(file = 'img01.png')

ttk.Label(self.frame_header, image = self.logo, ).grid(row = 0, column = 0,
rowspan = 2)

ttk.Label(self.frame_header, text = 'Static Data App!',style =
'Header.TLabel').grid(row = 0, column = 1)

ttk.Label(self.frame_header, wraplength = 400,
text = ("Just click on the buttons one by one and follow the
logic")).grid(row = 1, column = 1)

ttk.Label(self.frame_header, image = self.logo, ).grid(row = 0, column = 3,
rowspan = 2)

self.frame_content = ttk.Frame(master)
self.frame_content.pack()

当我尝试运行exe文件时收到的输出是“img.png没有这样的文件od目录”,即使当我从脚本运行我的应用程序时显示img。

最佳答案

您是否将 images 文件夹复制到 .exe 所在的 dist 文件夹中?

关于python - PyInstaller 创建 exe 文件时不显示 .png img,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52724060/

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