"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I search the group and it has been ask twice no reply before... > http://tinyurl.com/qy2ah > > I'm new to sqlite so I don't know what to expect > > my system right now is > sqlite -version 2.8.17 > pysqlite-2.1.3-py2.4-win32.egg > turbogears 0.9a1 > Windows XP > > anyone know what could be the problem?
There's no "autocommit" attribute for the specified database... It is either a bug in your DSN (in devcfg.py / prodcfg.py where you specify the database) or at the SQLObject driver OR you're using an old version of pysqlite / sqlite. It looks like the last part (old versions of sqlite / pysqlite) is more probable. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

