[Python-bugs-list] [ python-Bugs-673115 ] <MouseWheel> causes crash on Windows2000

SourceForge.net noreply@sourceforge.net
Thu, 23 Jan 2003 07:21:26 -0800


Bugs item #673115, was opened at 2003-01-23 09:21
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=673115&group_id=5470

Category: Tkinter
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Toru Furukawa (torufurukawa)
Assigned to: Nobody/Anonymous (nobody)
Summary: <MouseWheel> causes crash on Windows2000

Initial Comment:
When using a mouse wheel on the code below, I got the 
error message dialog, saying
"Program Error
python.exe has generated errors and will be closed by 
Windows. You will need to restart the program. An error 
log is being created. [OK]"

#----
def foo(event): print "foo"
import Tkinter
win = Tkinter.Tk()
win.bind("<MouseWheel>", foo)
win.mainloop()
#----

It happens on Windows2000SP1 + Python 2.2.2.  It 
works on WindowsXP + Python 2.2.2.

Other events, like <Button-1>, works fine on Windows2k.

The attached file is the log file created at the crash.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=673115&group_id=5470