[issue834351] Mouse wheel crashes program

2009-08-03 Thread Guilherme Polo
Guilherme Polo added the comment: This is a tk issue, so the best way to fix this (if you don't want to install something newer than Python 2.4 on Windows) is to install a newer tcl/tk version. Unfortunately the proposed workaround is way too specific, imagine if other bindings had similar prob

[issue834351] Mouse wheel crashes program

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue834351] Mouse wheel crashes program

2009-03-25 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue834351] Mouse wheel crashes program

2009-03-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.0.1, WinXP, with two 3.0 revisions: from tkinter import * def _onMouseWheel(event): print(event) root = Tk() root.bind('',_onMouseWheel) In IDLE shell, nothing changes, wheel works normally. In interpreter window, wheel continues to work normally. Afte

[issue834351] Mouse wheel crashes program

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___ P