Re: Unexpected exception thrown in __del__

2012-05-22 Thread Jean-Michel Pichavant
Charles Hixson wrote: On 05/21/2012 08:29 AM, Charles Hixson wrote: message excerpt: flush: sql = insert or replace into persists (id, name, data, rdCnt, rdTim, wrCnt, wrTim, deprecation) values (?, ?, ?, ?, ?, ?, ?, ?) Exception TypeError: "'NoneType' object is not callable" in method Shelve2

Re: Unexpected exception thrown in __del__

2012-05-21 Thread Charles Hixson
On 05/21/2012 08:29 AM, Charles Hixson wrote: message excerpt: flush: sql = insert or replace into persists (id, name, data, rdCnt, rdTim, wrCnt, wrTim, deprecation) values (?, ?, ?, ?, ?, ?, ?, ?) Exception TypeError: "'NoneType' object is not callable" in method Shelve2.__del__ of <__main__.S