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

Re: [pygame] Pygame problems on Linux



Hmmmm, naww I don't think my use of sound has anything to do with it.....it 
happens on init, before I call the sound stuff. I can also reproduce it by 
writing a bare pygame script that draws a window of a given res and sets the 
title.......but it doesn't get past init.

Interestingly, Ninjicular Pengosis ran ok if I hit Ctrl-c twice (I know, 
should kill it, but it didn't). The only error was regarding Psyco (NP uses 
Psyco, but it's optional.....Psyco is just for speeding up Python code). 
After I installed Psyco, NP was the same as my other scripts. It hung, and a 
couple Ctrl-c's killed it as one would expect. Weird!

	-Matt Bailey

On Thursday 30 December 2004 19:49, Nick Loadholtes wrote:
>  Hi Matt, I'm running Mandrake 9.2 with Pygame and
> I've noticed that if I am running my mp3 player
> (freeamp) I'll get an error mesage about /dev/dsp0,
> but then it keeps on going and the program starts and
> runs normally. My pygame project isn't playing any
> sounds at the moment, but now I'm wondering if I would
> see a similar error if it did play sounds...
>
> -Nick