I tried to make my game into a .exe file using this tutorial: How can I convert a .py to .exe for Python? but when i open it it gives an error: fatal python error: init_fs_encoding: failed to get the python codec of the filesystem encoding Python runtime state: core initialised
The code has No errors, it has a lot of weak warnings though. Also in the code i import images, music, sounds, librarys, python files and text files.
Pycharm shows the error: cx_Freeze not found in the setup.py file made from the How can I convert a .py to .exe for Python? tutorial. I have installed cx_Freeze and idna using pip. Also i can convert other files to a working .exe file, but this one doesn't work. Thanks for your help!