Hi, See below:
On 17/12/10 05:13 PM, Brian Gryder wrote:
#--------------start miditest.py-------------- import pygame import pygame.midi from pygame.locals import *
[snip some code]
print "exit button clicked." i.close()
Replace i.close() with del i
pygame.midi.quit() pygame.quit() exit() #-------------- end miditest.py--------------
I don't know why i.close() fails? Lenard Lindstrom
