Thread and tkMessageBox (Synchonimous)
Askari
9974331 at cvm.qc.ca
Mon Dec 22 06:34:10 EST 2003
More information about the Python-list mailing list
Mon Dec 22 06:34:10 EST 2003
- Previous message (by thread): Thread and tkMessageBox (Synchonimous)
- Next message (by thread): Python, Jython, Pypy, etc - and python standard lexemes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Thread and tkMessageBox (Synchonimous)
- Next message (by thread): Python, Jython, Pypy, etc - and python standard lexemes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list