[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] MP3 and pygame



Hey everybody,

I'm about to install pygame 1.6 and I'd like to have mp3 support. I'm running Red Hat 8
and have smpeg-0.4.4 and smpeg-devel-0.4.4 installed, but with previous versions
of pygame when I try:

pygame.mixer.music.load('somefile.mp3')
I get:

pygame.error: Module format not recognized

pygame.mixer.music.load('somefile.ogg') works fine so I'm assuming I'm not just loading
them the wrong way. I always install from source, so is there something I'm supposed
to be doing that I'm not?

Kris