<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.5945" name=GENERATOR><LINK
href="BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}"
rel=stylesheet></HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana>
<DIV>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!</DIV>
<DIV> </DIV>
<DIV> File "/usr/local/lib/python2.4/Queue.py", line 71, in put</DIV>
<DIV> self.not_full.acquire()</DIV>
<DIV>AttributeError: '_Condition' object has no attribute 'acquire'</DIV></DIV></FONT></BODY></HTML>