I used Pyinstaller to make a exe. The exe works perfectly fine but when I use NSSM to launch it on startup, the scripts runs but does nothing from the part where it is supposed to take an input from user. I also tried moving that part of code to a new python file and call that py file from the compiled exe but it isn't working as well. What should I do to solve this?
Asked
Active
Viewed 188 times