|
From: Matthew B. <mat...@gm...> - 2014-10-15 22:44:54
|
Hi, On Wed, Oct 15, 2014 at 2:56 PM, Mark Janikas <mja...@es...> wrote: > > When I replaced the file I got the 1st error below. As you had pointed out earlier… this is strange. It only occurs when you run it more than once… strange indeed… it is like a manager is being created and deleted but perhaps the reference hasn’t Just to echo what Tom said, the error suggests that ``gc.collect()`` is being called after the gc module is most of the way through being torn down, so that the ``collect`` function has already been deleted... Cheers, Matthew |