"Davy" <[EMAIL PROTECTED]> wrote:

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

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

- Hendrik

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to