Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed auto-py-to-exe but it doesn't runs the ui #461

Closed
3 tasks done
ArunJothi-prg opened this issue Feb 7, 2024 · 5 comments
Closed
3 tasks done

Installed auto-py-to-exe but it doesn't runs the ui #461

ArunJothi-prg opened this issue Feb 7, 2024 · 5 comments
Assignees
Labels

Comments

@ArunJothi-prg
Copy link

ArunJothi-prg commented Feb 7, 2024

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

@ArunJothi-prg ArunJothi-prg added the bug Something isn't working label Feb 7, 2024
Copy link

github-actions bot commented 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
Copy link
Owner

brentvollebregt commented Feb 8, 2024

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

@sprinteroz
Copy link

sprinteroz commented 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

@brentvollebregt brentvollebregt removed the bug Something isn't working label Feb 23, 2024
Copy link

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 github-actions bot added the Stale label Mar 25, 2024
Copy link

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants