brentvollebregt / auto-py-to-exe

Converts .py to .exe using a simple graphical interface
MIT License
3.95k stars 677 forks source link

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

Closed ArunJothi-prg closed 6 months ago

ArunJothi-prg commented 8 months ago

Quick Checks

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:

image

github-actions[bot] commented 8 months ago

👋 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 8 months ago

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

sprinteroz commented 8 months ago

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

github-actions[bot] commented 6 months ago

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 6 months ago

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