Hello, <br><br>Take a look at this code:<br><br><a href="http://paste-it.net/public/l0b490d/">http://paste-it.net/public/l0b490d/</a><br><br><div class="gmail_quote">2010/10/9 Wave71 <span dir="ltr">&lt;<a href="mailto:jacob.valenta@gmail.com">jacob.valenta@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5"><br>
I create and object (text)<br>
then I want it to wait for about 3 seconds<br>
then I want it to delete that object<br>
<br>
import time<br>
<br>
text = w.create_text(x,y, text)<br>
time.sleep(3)<br>
w.delete(text)<br>
<br>
<br>
But when I execute this, It waits until the sleep time is done, and then it<br>
displays the window, but by then, the text has already disappeared!<br>
<br>
what should I do?<br>
--<br>
View this message in context: <a href="http://old.nabble.com/Tkinter-doesnt-respond-until-after-wait-command-tp29918684p29918684.html" target="_blank">http://old.nabble.com/Tkinter-doesnt-respond-until-after-wait-command-tp29918684p29918684.html</a><br>

Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Tkinter-discuss mailing list<br>
<a href="mailto:Tkinter-discuss@python.org">Tkinter-discuss@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/tkinter-discuss" target="_blank">http://mail.python.org/mailman/listinfo/tkinter-discuss</a><br>
</div></div></blockquote></div><br>