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. Any of you experienced this before? and more important is this the right place to ask or should I go to trac.dev? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
