[Tutor] Sound problems
Lie Ryan
lie.1296 at gmail.com
Thu Dec 10 06:40:09 CET 2009
On 12/10/2009 4:30 PM, Tim Goddard wrote:
> My modified code which plays music but still not sound is:
> from livewires import games
> # If I don't keep the above line, I get an error that pygame.mixer is
> not initialized properly
I haven't inspected your code thoroughly, but did you make any call to
pygame.init()? Many pygame modules won't work properly unless you do
that before doing anything else.
More information about the Tutor
mailing list