Bo Jangeborg wrote:

According to the documentation
one should be able to pass an object as a parameter
but I am not sure if I am doing it the right way.

I think it means a file object, not the file contents:

  file_path = "07-Boabdil, BulerĂ­as.ogg"
  fi = open(file_path, 'rb')
  pygame.mixer.music.load(fi)

If open() is able to handle the unicode file
name, that ought to work.

--
Greg

Reply via email to