beta

Woohoo, my first Beta!

(log in to comment)

Comments

Traceback (most recent call last): File "./echo", line 5, in ? main = Echo() File "/Users/lucio/Desktop/pyweek3-beta/Echo.py", line 16, in __init__ self.music = Music() File "/Users/lucio/Desktop/pyweek3-beta/engine/Music.py", line 24, in __init__ self.TuneDone(None) File "/Users/lucio/Desktop/pyweek3-beta/engine/Music.py", line 33, in TuneDone pygame.mixer.music.load("music/" + self.musicfiles[self.tune]) pygame.error: Module format not recognized

on macosx tiger, pygame 1.7.0
:(
I would just wrap that in a try: block, in case music ain't working on certain installs.
yep just did that. uploading now. cheers for the advice!