auto-py-to-exe
auto-py-to-exe copied to clipboard
静态文件始终打包失败
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
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")
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.
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.
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.
Closing issue due to no activity in more than 60 days.