Thread and tkMessageBox (Synchonimous)

Askari 9974331 at cvm.qc.ca
Mon Dec 22 06:34:10 EST 2003


I think that my problem is in the syncho between main thread and my
thread created with (with thread.start_new_thread(...) ). But, I don't
understand the method for syncho with a thread...

I want pop a message to user with
tkMessageBox.showinfo("Title","Message") but when this command is in
my thread, it's don't work (and my main thread give no reponse
(crash)).

How I can pop a message (or question) with a thread?

Askari




More information about the Python-list mailing list