mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #398] PyQt5 import #321
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 @FatouBinetou456 on GitHub (May 5, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/398
Quick Checks
Describe the bug
A clear and concise description of what the bug is. If you have an error message, please paste it here (not in a screenshot).
To Reproduce
Steps to reproduce the behavior (install dependencies, do this in the auto-py-to-exe UI):
Expected behavior
A clear and concise description of what you expected to happen.
Your Environment:
python --version):pip show auto-py-to-exe):pip show pyinstaller):pip show eel):@github-actions[bot] commented on GitHub (May 5, 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.
@FatouBinetou456 commented on GitHub (May 5, 2023):
I have a problem with my exexutable file. My programm is working it is a PyQt5 Gui with a sqlite database but when i turn it into an exe it says that the module PyQt5 has not been imported i have added it as an additional file and as a hidden import but it is still not working. I have also added it to the output folder but still no results