Pygame MemoryError
问题 HI i wrote a simple block collecting program that was working just fine and dandy until i added sound. Then all the sudden i get a MemoryError which is something ive never seen before. my code is attached along with the sound(wav) file that seem to be the problem. Any help would be great, and yes the code and the sound are in the same folder along with tons of other programs and pictures and stuff. import pygame import random import pygame.mixer winsound=pygame.mixer.Sound('winning.wav')