Pygame executable does not run after converting it into a zip file [duplicate]
This question already has answers here: PyInstaller .exe file not working (3 answers) Error after creating executable Pygame with Pyinstaller (1 answer) Closed 34 secs ago. My pygame project does not recognize the font i added into the game for some reason I turned my first pygame project into an executable using the windows console […]
The .exe executable file does not start on another PC, although everything is fine on mine
I created a simple game in python using the pygame library. Compiled the code into an executable using Pyinstaller (pyinstaller –onefile –add-data “images;images” –add-data “fonts;fonts” main.py).