[GH-ISSUE #266] 静态文件始终打包失败 #236

Closed
opened 2026-02-26 12:20:55 +03:00 by kerem · 5 comments
Owner

Originally created by @yanghuizhi on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/266

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

Originally created by @yanghuizhi on GitHub (May 1, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/266 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](https://user-images.githubusercontent.com/29268369/166129792-de5646ba-00e2-423d-9809-a0262a935c12.png) ![image](https://user-images.githubusercontent.com/29268369/166129807-015a81be-8cc0-4780-a5b7-d6b2ea6f8133.png)
kerem 2026-02-26 12:20:55 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (May 3, 2022):

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")
<!-- gh-comment-id:1115859586 --> @brentvollebregt commented on GitHub (May 3, 2022): If you insert one of your file paths into the script below, what's the output? ```py 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") ```
Author
Owner

@github-actions[bot] commented on GitHub (Jun 19, 2022):

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.

<!-- gh-comment-id:1159594075 --> @github-actions[bot] commented on GitHub (Jun 19, 2022): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 21, 2022):

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.

<!-- gh-comment-id:1190932516 --> @github-actions[bot] commented on GitHub (Jul 21, 2022): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 22, 2022):

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.

<!-- gh-comment-id:1221692413 --> @github-actions[bot] commented on GitHub (Aug 22, 2022): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 27, 2022):

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

<!-- gh-comment-id:1229094573 --> @github-actions[bot] commented on GitHub (Aug 27, 2022): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#236
No description provided.