On 2/14/06, Matthew Bevan <[EMAIL PROTECTED]> wrote: > I've been having a fairly major problem. In the latest SVN release (including > support packages) as of 5:00pm today, SQLObject can not perform any actions > without bombing out with the following error during transaction close: > > Exception exceptions.AttributeError: "'NoneType' object has no attribute > 'releaseConnection'" in <bound method Transaction.__del__ of > <sqlobject.dbconnection.Transaction object at 0x2aaaad0531d0>> ignored
I wonder why we're not seeing other reports of this? As of now, on my machine, I'm running a few revs behind on SQLObject (I'm at 1547 on the 0.7bugfix branch). There have been several changes to dbconnection.py, so perhaps something unpleasant has happened there. Can you changing your SQLObject? Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

