Re: [pysqlite] Is this error due to my Linux version?
Gerhard Häring <[email protected]> Tue, 12 Aug 2008 10:12:06 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Ed Pasma wrote: > [...] It fails on my SuSE 9, 2.4.21 with OperationalError: Library routine called out of sequence (sqlite_misuse). [...] Is your SQLite built with threading support? This is still not the default. Use "./configure --enable-threadsafe" when building SQLite. -- Gerhard