mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #461] Installed auto-py-to-exe but it doesn't runs the ui #364
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 @ArunJothi-prg on GitHub (Feb 7, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/461
Originally assigned to: @ArunJothi-prg on GitHub.
Quick Checks
Bug Description
When I tried to install auto-py-to-exe using pip command
pip install auto-py-to-exein the command prompt as an admin , it got installed successfully. But when i try to run the codeauto-py-to-exeto execute it, it opens chrome but nothing happens after.To Reproduce
Steps to reproduce the behavior :
pip install auto-py-to-exeauto-py-to-exeExpected behavior
I followed the steps to install this package. And I expected that it will run perfectly as I got the needed requirements such as latest python, pip versions & Chrome installed on the system .
My Environment:
3.12.1)24.0)2.42.0)5.13.2)0.16.0)@github-actions[bot] commented on GitHub (Feb 7, 2024):
👋 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 (Feb 8, 2024):
If you execute
auto-py-to-exe --no-chromedo you get similar results?@sprinteroz commented on GitHub (Feb 8, 2024):
try
-m auto_py_to_exeExample:
C:\Users\USER_NAME\AppData\Local\Programs\Python\Python312\python.exe -m auto_py_to_exeYou will have to change folder \Python312\ to the version you are using. Example \Python310\ and the USER_NAME
Also Drive letter if not on C:\ drive
@github-actions[bot] commented on GitHub (Mar 25, 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 (Mar 31, 2024):
Closing issue due to no activity in more than 60 days.