Thread Tkinter problem

Davy zhushenli at gmail.com
Wed Dec 3 20:08:27 EST 2008


On Dec 4, 11:13 am, "Hendrik van Rooyen" <m... at microcorp.co.za> wrote:
>  "Davy" <zhushe... at gmail.com> wrote:
> >     while(data_queue.full() == False):
>
> This will fill the queue and stop.
> Use while true and if queue not full...
Hi Hendrik,

It works, thank you:)

Davy
>
> - Hendrik




More information about the Python-list mailing list