I have a new Macbook Pro running 10.6 Snow Leopard and when I do:

import pygame

pygame.init()

print pygame.midi.get_count()


it says: 
AttributeError: 'module' object has no attribute 'midi'



I've tried it with Macports python 2.6 and 2.7  and darwin's native pythons
2.6 and 2.7.
Anyone know what happened to the midi?
thanks,
john



Reply via email to