Complete.Org:
Mailing Lists:
Archives:
offlineimap:
August 2008: Re: Task done error? |
Re: Task done error?[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, Aug 12, 2008 at 09:21:11AM +0100, Raffi T. Khatchadourian wrote: > Can anyone make anything about about this error I'm receiving? Thanks! > ... > AttributeError: Queue instance has no attribute 'task_done' > ... What version of Python do you have? Queue.task_done() is new in Python 2.5 (so you'll need at least that). --- Ben
|