Reminder to everyone about MP3s
Just in case someone doesn't know this yet, as there are some entries that have music in mp3-form: The Windows distribution of Pygame doesn't support mp3s, so your game won't work for any Windows users. Please use oggs instead.(log in to comment)
We Linux users deal with this crap daily. Windows users can live with a few hand-edits. :)
Seriously, a set of compatibility guidelines would be helpful.
These hints should go on the pygame wiki, which I could then reference from the pyweek help page.
PyTM30: Ubuntu Linux doesn't have MP3 playing installable by default because of the licensing issues. It's just easier if you stick to Ogg which is also a much better-quality sound format.
but i can't remember for sure what the issue was, i just remember having some troubles getting dynamite working under windows last time due to my non-usage of os.path.join
maybe i'm just imagining that ;)
Ignore my advice about the path separator thing. Always use os.path.join. I shouldn't have said otherwise.