>  Can someone please explain why I get the following error:

The following line:
         threading.Thread.__init__()
Should be written as:
         threading.Thread.__init__(self)

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

Reply via email to