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
lucio on 2006/09/09 17:10:
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 recognizedon macosx tiger, pygame 1.7.0