This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mkiever
Recipients gpolo, loewis, mkiever, reowen
Date 2008-12-04.13:05:57
SpamBayes Score 0.00036905485
Marked as misclassified No
Message-id <1228395959.99.0.609305732295.issue1581476@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-12-04 13:06:00mkieversetrecipients: + mkiever, loewis, reowen, gpolo
2008-12-04 13:05:59mkieversetmessageid: <1228395959.99.0.609305732295.issue1581476@psf.upfronthosting.co.za>
2008-12-04 13:05:58mkieverlinkissue1581476 messages
2008-12-04 13:05:57mkievercreate