Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. (pygame)fred% python run_game.py
  2. Traceback (most recent call last):
  3. File "run_game.py", line 4, in <module>
  4. main.main()
  5. File "/Users/froztbyte/tmp/pygametest/foxassault-1.5.0/gamelib/main.py", line 61, in main
  6. sanity_check()
  7. File "/Users/froztbyte/tmp/pygametest/foxassault-1.5.0/gamelib/main.py", line 51, in sanity_check
  8. sound.play_sound('silence.ogg')
  9. File "/Users/froztbyte/tmp/pygametest/foxassault-1.5.0/gamelib/sound.py", line 34, in play_sound
  10. SOUND_CACHE[file_path] = sound = pygame.mixer.Sound(file_path)
  11. File "/Users/froztbyte/.virtualenvs/pygame/lib/python2.7/site-packages/pygame/mixer.py", line 195, in __init__
  12. raise NotImplementedError("Loading from buffer not "
  13. NotImplementedError: Loading from buffer not implemented yet
  14. (pygame)fred% pwd
  15. /Users/froztbyte/tmp/pygametest/foxassault-1.5.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement