Hi, few days ago my game was running without any problems but then I wanted to compile it from .py to .exe and it doesnt run on .exe. It says - Traceback (most recent call last):
File "C:/Users/48721/.PyCharmCE2019.2/Misiowa Gra/grazzzz.py", line 29, in <module>
music = pygame.mixer.music.load("music.mp3")
pygame.error
The same code was running on .py but doesn't on .exe and I don't know how to fix this problem.

Debugger says:
File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.4\helpers\pydev\pydevd.py", line 1415, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:/Users/48721/.PyCharmCE2019.2/Misiowa Gra/grazzzz.py", line 29, in <module>
music = pygame.mixer.music.load("music.mp3")
pygame.error
The same code was running on .py but doesn't on .exe and I don't know how to fix this problem.


Debugger says:
File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.4\helpers\pydev\pydevd.py", line 1415, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)