mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-27 12:45:50 +03:00
[GH-ISSUE #98] No response after clicking buttons on inside 'Auto Py to Exe' page #93
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 @Hiking288 on GitHub (May 24, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/98
Hello,
downloaded the repo then processed the following steps as you said,
- Open cmd/terminal and cd into the project
- Execute python -m pip install -r requirements.txt
- python -m auto_py_to_exe (An inside browser page launched)
but when trid to click 'browse' button to add the path, it didn't work.
tried others buttons in this page, also not work...
cd to [C:\Users\Administrator.PC-201911292027\Desktop\auto-py-to-exe-master] or
[C:\Users\Administrator.PC-201911292027\Desktop\auto-py-to-exe-master\auto_py_to_exe] or even the path of my own project then process 'python -m auto_py_to_exe' to lanuch the browser...
@Hiking288 commented on GitHub (May 24, 2020):
@brentvollebregt commented on GitHub (May 24, 2020):
Looks like you haven't got all the style sheets and the ui hasn't initialised correctly.
My first recommendation would be to hit shift+F5 in the ui. This should force a reload of any older assets.
If this doesn't work, open up chrome dev tools by pressing F12 in the ui. If you go to the console tab, are there any errors?
@Hiking288 commented on GitHub (May 24, 2020):
Hello, I update my chrome version, now, can use this tools, it's so cool.

@Hiking288 commented on GitHub (May 24, 2020):
thanks so much, would close this issue as it works normally now