tkinter event binding to mouse double click

Fredrik Lundh fredrik at effbot.org
Tue Dec 19 11:46:56 EST 2000


June Kim wrote:
> I'm using Win98 with Korean char set.

is this a custom version of Windows 98 (with e.g. custom
input methods, and not just another 8-bit character set)?

if so, this might help:

    root = Tk()
    root.call("tk", "useinputmethods", "1")

(if it doesn't, try asking on comp.lang.tcl.  there's nothing
wrong with your program, but it may be a problem with Tk
on your platform)

</F>





More information about the Python-list mailing list