On 4/22/06, Steve Bergman <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I was wondering if anyone here had any comments on this thread on the
> Python TurboGears group:
>
> http://tinyurl.com/qhmyw
>
> Essentially, people are getting a Database is locked error from  the ORM
> (SQLObject).  The recommendation seems to be "Don't use SQLite".

To help debug it we'd need to see the code or get a good description.
It's possible to get a database locked if you're using multiple threads
or processes or just using it in a way that leaves it locked when you're trying
to get to the data. It might also be possible the wrapper is written wrong
or has a bug. I can't help you with python but I can debug C/C++ if
the wrapper is written in that.




---
SqliteImporter: Command line fixed and delimited text import.
http://www.reddawn.net/~jsprenkl/Sqlite

Reply via email to