stefano wrote: > > Hi, > > I wrote a script where I open a connection to the db, fetch some info > from there and then close the connection. > > The script worked for almost 2 years without any prob but recently it > started producing this warning: > > Exception exceptions.TypeError: "'NoneType' object is not callable" in > <bound method PooledConnection.__del__ of > <trac.db.pool.PooledConnection object at 0x8f5334c>> ignored > > > It happens exactly when I do cursor.close(). > > I suspect a db corruption somehow but I have no idea how to find it / > fix it.
We'll need some more information to figure out what's happening here: 1. What version of Trac are you using? 2. What database are you using? 3. Did you upgrade Trac or any other dependency what this started happening? / Jonas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
