Re: Bug 834351 - Mouse wheel crashes program

2004-12-10 Thread Adonis
Gary Richardson wrote: 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('',_onMouseWheel) root.mainloop() Works for me... WinXP SP2 Python 2.4 final Adonis -- http:

Re: Bug 834351 - Mouse wheel crashes program

2004-12-08 Thread "Martin v. Löwis"
Gary Richardson wrote: Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems? To my knowledge, it has not been fixed. I have not even tried to reproduce it, yet. Contributions are welcome. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Bug 834351 - Mouse wheel crashes program

2004-12-08 Thread Gary Richardson
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('',_onMouseWheel) root.mainloop() -- http://mail.python.org/mailman/listinfo/python-list