tidak dapat membuka file pygame.mixer

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