View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#1
a lot of my python applications crash, when I run them from terminal I get this error:
Traceback (most recent call last):
File "filename.py", line 79, in <module>
pygame.mixer.init()
pygame.error: Could not open requested file
this has something to do with sound, but I don't know what.
I tried reinstalling pygame, some of the python apps that crash and apt-get -f

I've seen people having this problem and posting this problem for different apps, but I think it's not related to one specific app.

So... any ideas?