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

[pygame] [error] extended read is not supported



Hello,
I tried to use pygame.mixer (and pygame.mixer.music), but each time I
'import pygame', I have the following error :

ALSA lib timer_hw.c:269:(snd_timer_hw_open) extended read is not
supported (SNDRV_TIMER_IOCTL_TREAD)

repeated twice and the program aborts. It even happens with a simple


import os, sys import pygame pygame.init()


program! What is the problem here?

(Please CC me, I'm not subscribed to the list)