[Python-bugs-list] [Bug #113727] Tkinter: _substitute call of getint(D) fails

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 08:01:41 -0700


Bug #113727, was updated on 2000-Sep-06 10:24
Here is a current snapshot of the bug.

Project: Python
Category: Tkinter
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Summary: Tkinter: _substitute call of getint(D) fails

Details: Version: 2.0b1
OS: Solaris 2.6 Generic_105181-15 sun4m
Tcl/Tk: 8.0

All callbacks (even in the Demo code) give this:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/s/lib/python2.0/lib-tk/Tkinter.py", line 1283, in __call__
    args = apply(self.subst, args)
  File "/s/lib/python2.0/lib-tk/Tkinter.py", line 1053, in _substitute
    e.delta = getint(D)
ValueError: invalid literal for int(): D

It seems the variable D has been assigned the string value 'D'.

Follow-Ups:

Date: 2000-Sep-07 07:59
By: effbot

Comment:
Tkinter currently requires a Tk with mousewheel support (8.2 or later).  I just checked in a fix for this specific problems, but there may be other problems with pre-8.2 version of Tk.  It's probably a good idea to get a newer Tcl/Tk kit.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113727&group_id=5470