I'm trying to import an .mp3 audio file for my background music and I receive the following error:
pygame.error: Failed loading libmpg123.dll: The specified module could not be found.'''
This happened after tried to turn my pygame script into a .exe using pyinstaller and it was fine before.
I've tried downloading and installing libmpg123.dll on my game file, python directory, dll folder and some other folders. aslo tried cleaning registry and reinstalling pygame.
full error:
Traceback (most recent call last):
File "<stdin>", line 17, in <module>
pygame.error: Failed loading libmpg123.dll: The specified module could not be found. ```