auto-py-to-exe icon indicating copy to clipboard operation
auto-py-to-exe copied to clipboard

静态文件始终打包失败

Open yanghuizhi opened this issue 2 years ago • 3 comments

When I add static file (*.png), I always fail to pack, even when I use PyInstaller, I still can't find how to fix this problem
i need help

image image

yanghuizhi avatar May 01 '22 02:05 yanghuizhi

If you insert one of your file paths into the script below, what's the output?

path = r"D:/PythonFiles/Python/GUI_..."  # Insert your path here

import os

if os.path.isfile(path):
    print("path exists")
else:
    print("path doesn't exist")

brentvollebregt avatar May 03 '22 08:05 brentvollebregt

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

github-actions[bot] avatar Jun 19 '22 01:06 github-actions[bot]

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

github-actions[bot] avatar Jul 21 '22 01:07 github-actions[bot]

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

github-actions[bot] avatar Aug 22 '22 01:08 github-actions[bot]

Closing issue due to no activity in more than 60 days.

github-actions[bot] avatar Aug 27 '22 01:08 github-actions[bot]