"Jorge Vargas" <[EMAIL PROTECTED]> writes: > 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.
That's it. There's an idiom for autocommit that can be passed on the DSN, this is why I mentioned that. > 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 have the source, Luke! :-) But I suppose that pysqlite is linked against some library from sqlite. I don't use it, so I can't answer it for you, but I'm sure that either the source code (including docs) or the documentation by itself has that information. -- 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 -~----------~----~----~----~------~----~------~--~---

