mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #449] pyinstaller converted .exe file not saving the images as required . #359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Akashmsagar0707 on GitHub (Dec 25, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/449
Originally assigned to: @Akashmsagar0707 on GitHub.
I am stuck with an unusual problem. I have a GUI code written in Python PyQt5. It has images, put inside an image folder and many python files. This GUI is working fine in Pycharm. I am able to generate a standalone executable file for this project using Pyinstaller. When i run the exe , no images are visible in GUI . i have really tried hard and searched a lot of internet for the same , but still i am not getting this concept of getting the images . please help me for this .
@github-actions[bot] commented on GitHub (Dec 25, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Dec 25, 2023):
Some questions (all separate):
QPixmap?QPixmapwill look for that file for at runtime and checked that the file exists?@github-actions[bot] commented on GitHub (Feb 13, 2024):
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] commented on GitHub (Feb 18, 2024):
Closing issue due to no activity in more than 60 days.