While I’m trying make my python program a executable I realize that the all the archives “.exe” generated by all the method that I tried don´t work and It can´t executate the program correctly.
If someone knows some alternatives to make my python program a archive “.exe” I would appreciate because I’m trying this for 2 weeks
I’ve only dabbled in Python, but googling “compile python to exe” led me to this StackExchange-post. Maybe try the solution suggested there? (Assuming you haven’t already solved the problem)