python - Pygame doesn't recognize mp3 files -


when try play pygames mp3 files error: 'pygame.error: unrecognized music format'. when try play .wav files works perfectly. own macbook , project mates own windows laptop , have no problems playing mp3 files, think has mac windows difference?

any tips , helps appreciated!

i run python 3.52 on macos sierra

pygame.mixer.music.load('img/questionsound.mp3') pygame.mixer.music.play(0) 


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -