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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to