-
assigned issue to
- changed component to mixer.music
pygame.mixer.music.load() cannot handle unicode filenames
Issue #247
duplicate
This code caused an error:
pygame.mixer.music.load('músicaDeFondo.mid')
But when I renamed the file and changed the line to this:
pygame.mixer.music.load('musicaDeFondo.mid')
...it worked fine. I believe the load() function cannot properly handle unicode filenames.
This was on Windows 7 running Python 3.4.3
Comments (3)
-
-
- changed status to duplicate
Duplicate of #37.
-
- changed version to 1.9.2
- Log in to comment