mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #157] Not importing wxPython module #145
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 @marcinconn on GitHub (Feb 9, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/157
Despite many attempts( as a hidden import: wx, wxPyhton, wxPython as wx) the exe file doesn't want to launch. I did console version and only running this in Commend Prompt showed: No module named 'wx'.
Python version: 3.9
Auto-py-to-exe: 2.8.0
@brentvollebregt commented on GitHub (Feb 9, 2021):
If you execute
pip list, are auto-py-to-exe and wx in the output?@marcinconn commented on GitHub (Feb 10, 2021):
yes. Downgrade to Python 3.7 helps and all works fine
@brentvollebregt commented on GitHub (Feb 11, 2021):
Did you have more than one distribution of Python installed when you tried the first time?
Could you create a virtual environment using Python 3.9, add your dependencies, add auto-py-to-exe and then use the installation of auto-py-to-exe in the virtual environment to package your script? Does it still fail?
@github-actions[bot] commented on GitHub (Apr 13, 2021):
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 (Apr 19, 2021):
Closing issue due to no activity in more than 60 days.