[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame midiout not working...



I running OSX 6.8 with python 2.7 (from python.org). I installed pygame 1.9.1
and am trying to get MIDI output to work.

When I run the example midi.py, I get the following error:

ImportError: No module named pypm
File "/Developer/Python/pygame/Examples/midi.py", line 820, in <module>
  print_device_info()
File "/Developer/Python/pygame/Examples/midi.py", line 25, in print_device_info
  pygame.midi.init()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/midi.py", line 71, in init
  import pygame.pypm


Is there something I am missing here?




Anthony