Thread Tkinter problem

Hendrik van Rooyen mail at microcorp.co.za
Wed Dec 3 22:13:09 EST 2008


 "Davy" <zhushenli at gmail.com> wrote:


>     while(data_queue.full() == False):

This will fill the queue and stop.
Use while true and if queue not full...

- Hendrik




More information about the Python-list mailing list