I have a multi-thread program work with Queue.Queue(), sometimes put request to 
the work queue, but throw an exception as below traceback information, it will 
always throw the exception until restart program, cound please have any 
experience, your help will be greatly appreciated!

  File "/usr/local/lib/python2.4/Queue.py", line 71, in put
    self.not_full.acquire()
AttributeError: '_Condition' object has no attribute 'acquire'
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to