| |||||||||||
PyWeek - betaWoohoo, my first Beta!— chr15m on 2006/09/09 15:18 of Team_Cloudy Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] September 2007 [entries, ratings] April 2007 [entries, ratings] > September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By 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
By chr15m on 2006/09/09 21:04:
:(By Phil on 2006/09/09 21:33:
I would just wrap that in a try: block, in case music ain't working on certain installs.By chr15m on 2006/09/09 21:53:
yep just did that. uploading now. cheers for the advice!