Matthias Kievernagel <[EMAIL PROTECTED]> added the comment:

Nice to see someone working on this.
One thing I've checked (iirc):
You can set iVar in doSearch by hand like this:
    iVar.set(2)
    print 'iVar.get()', iVar.get()
And iVar rests at this value.
t.search does not change the value.

I don't know anything about how the tcl-interpreter
is embedded into python. I somehow had the impression
there might be a _tkinter limitation there.
Something like handling two callbacks into _tkinter
at the same time or the tcl interpreter being unresponsive
while calling a _tkinter function.
At that point I gave up. Seen nothing obvious in _tkinter/Tkinter.

Matthias Kievernagel
(mkiever/at/web/dot/de)

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1581476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to