I\'m trying to make a small music player with tkinter, and pygame, by loading a file and then playing it. Everything works fine if I place the file-name into
askopoenfile returns a handle to an open file. If you want a file name, call askopenfilename instead.
askopoenfile
askopenfilename