[pygame] What is wrong with this

2007-07-14 Thread Jason Coggins
I am trying to create a very simple program that makes a list of the music files in a folder, sorts the files into alphabetical order and then plays each file in the folder. The program below plays the first file in the folder and then freezes without playing any of the remaining songs.

Re: [pygame] What is wrong with this

2007-07-14 Thread Marius Gedminas
On Sat, Jul 14, 2007 at 02:31:20PM -0400, Jason Coggins wrote: I am trying to create a very simple program that makes a list of the music files in a folder, sorts the files into alphabetical order and then plays each file in the folder. The program below plays the first file in the folder and

Re: [pygame] What is wrong with this

2007-07-14 Thread Jason Coggins
Thanks for the suggestions. I am just learning python and I will take them to heart. Jason - Original Message - From: Marius Gedminas [EMAIL PROTECTED] To: pygame-users@seul.org Sent: Saturday, July 14, 2007 5:45 PM Subject: Re: [pygame] What is wrong with this