Trying to create an exe file using my Python script, the script can run perfectly on Spyder, it pop up a window and asks for input, however, when I create the exe using auto-py-to-exe, or Pyinstaller, the exe file does nothing. Does anyone know the solution?
I tried Pyinstaller myscript.py, and I also tried Pyinstaller myscipt.spec, of course, I tried the auto-py-to-exe, but just no pop up window showing up.
y h is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.