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

Re: [pygame] Pygame midiout not working...



Hello,

where did you install pygame from?  It looks like the pygame.pypm module is not there.




On Mon, Oct 17, 2011 at 9:03 PM, Anthony Palomba <apalomba@xxxxxxxxxxxxx> wrote:
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