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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -