On Dec 4, 11:13 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: > "Davy" <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list