Bug 834351 - Mouse wheel crashes program

Gary Richardson garyr at fidalgo.net
Wed Dec 8 13:06:02 EST 2004


Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?

#-------------------------
from Tkinter import *
def _onMouseWheel(event):
    print event
root = Tk()
root.bind('<MouseWheel>',_onMouseWheel)
root.mainloop()






More information about the Python-list mailing list