Tkinter callback problem

Ian Terrell kife00 at yahoo.com
Thu Mar 13 20:34:00 EST 2003


> So, Ian, in the meantime, can you install Tk 8.4.1 instead (assuming you
> are using 8.4.2)?

That's correct, it is 8.4.2.  I should have included that in the
original post. =)

So, knowing now that it's a problem with the new version of Tk,
instead of downgrading, I'm just going to edit Tkinter.py to wrap the
getint() calls in try/except, like:

try:  getint(h)
except:  pass

This should fix the problem without loss of functionality.

Ian




More information about the Python-list mailing list