[GH-ISSUE #461] Installed auto-py-to-exe but it doesn't runs the ui #364

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

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

  • I have read the help post
  • I have searched other issues, looking for an issue similar to mine
  • I have made sure my application/script runs before trying to package

Bug Description
When I tried to install auto-py-to-exe using pip command pip install auto-py-to-exe in the command prompt as an admin , it got installed successfully. But when i try to run the code auto-py-to-exe to execute it, it opens chrome but nothing happens after.

To Reproduce

Steps to reproduce the behavior :

  1. Open 'cmd' as administrator.
  2. Run pip install auto-py-to-exe
  3. Then to execute, run auto-py-to-exe
  4. See error

Expected 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:

  • Python version (3.12.1)
  • Pip version(24.0)
  • auto-py-to-exe version (2.42.0)
  • PyInstaller version (5.13.2)
  • Eel version (0.16.0)
  • with Chrome application

image

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** - [x] I have read the [help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe) - [x] I have [searched other issues](https://github.com/brentvollebregt/auto-py-to-exe/issues?q=is%3Aissue+), looking for an issue similar to mine - [x] I have made sure my application/script runs before trying to package **Bug Description** When I tried to install auto-py-to-exe using pip command `pip install auto-py-to-exe` in the command prompt as an admin , it got installed successfully. But when i try to run the code `auto-py-to-exe` to execute it, it opens chrome but nothing happens after. **To Reproduce** _Steps to reproduce the behavior :_ 1. Open 'cmd' as administrator. 2. Run `pip install auto-py-to-exe` 3. Then to execute, run `auto-py-to-exe` 4. See error **Expected 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:** - Python version (`3.12.1`) - Pip version(`24.0`) - auto-py-to-exe version (`2.42.0`) - PyInstaller version (`5.13.2`) - Eel version (`0.16.0`) - with Chrome application ![image](https://github.com/brentvollebregt/auto-py-to-exe/assets/76784241/613bfacc-c238-497b-8fd6-b49dcfda638a)
kerem 2026-02-26 12:21:21 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@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.

<!-- gh-comment-id:1932200718 --> @github-actions[bot] commented on GitHub (Feb 7, 2024): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). 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](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Feb 8, 2024):

If you execute auto-py-to-exe --no-chrome do you get similar results?

<!-- gh-comment-id:1933320082 --> @brentvollebregt commented on GitHub (Feb 8, 2024): If you execute `auto-py-to-exe --no-chrome` do you get similar results?
Author
Owner

@sprinteroz commented on GitHub (Feb 8, 2024):

try -m auto_py_to_exe

Example:
C:\Users\USER_NAME\AppData\Local\Programs\Python\Python312\python.exe -m auto_py_to_exe

You 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

<!-- gh-comment-id:1934327805 --> @sprinteroz commented on GitHub (Feb 8, 2024): try `-m auto_py_to_exe` Example: ` C:\Users\USER_NAME\AppData\Local\Programs\Python\Python312\python.exe -m auto_py_to_exe` You 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
Author
Owner

@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.

<!-- gh-comment-id:2017031028 --> @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.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 31, 2024):

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

<!-- gh-comment-id:2028515986 --> @github-actions[bot] commented on GitHub (Mar 31, 2024): 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#364
No description provided.