On 3/15/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
I haven't touch prodcfg, and in devcfg.py only change is the sqlobject.dburi which is correct or else it will not find the file to give an error went creating the tables.
"[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.
about sqlite you where right my db was old, I downloaded 3.3.4 deleted sitepackage and reinstalled pysqlite (just in case)
What I'm confuse about right now is how pysqlite finds the db? does it has an embeded client? how can i tell which version of sqlite is pysqlite using?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

