OoO En cette  fin de nuit blanche du lundi 20  juillet 2009, vers 06:28,
Ulrich Eckhardt <[email protected]> disait :

> Traceback (most recent call last):
>   File "/usr/games/balazar3", line 134, in <module>
>     menu.start()
>   File "/usr/share/games/balazar3/menu_2d.py", line 284, in start
>     game.start_single()
>   File "/usr/share/games/balazar3/game.py", line 328, in start_single
>     main_loop = MainLoop()
>   File "/usr/share/games/balazar3/driver_2d.py", line 75, in __init__
>     self.play_music("oceane.ogg")
>   File "/usr/share/games/balazar3/driver_2d.py", line 96, in play_music
>     self.music = pygame.mixer.Sound(os.path.join(SOUND_DIR, name))
> pygame.error: mixer system not initialized

In some Python console, could you just try the following:
>>> import pygame.mixer
>>> pygame.mixer.init()
>>> pygame.mixer.Sound("/usr/share/games/balazar3/sounds/oceane.ogg")

And tell me if it works.
-- 
I WILL NOT CREATE ART FROM DUNG
I WILL NOT CREATE ART FROM DUNG
I WILL NOT CREATE ART FROM DUNG
-+- Bart Simpson on chalkboard in episode BABF04

Attachment: pgpHctcTNMgDA.pgp
Description: PGP signature

Reply via email to