I patched the code to:

if self.clients:
    r, w, e = select.select(self.clients, [], self.clients, 5)

It works now, thank you Thomas :)

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

Reply via email to