Datei pygame.mixer kann nicht geöffnet werden

import os
os.getcwd() # Log this line.
soundObj = pygame.mixer.Sound('beeps.wav')
Yucky Yacare