Re: [pysqlite] Is this error due to my Linux version?
Gerhard Häring <[email protected]> Tue, 12 Aug 2008 10:08:07 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Ed Pasma wrote: > Hello, can anybody with a Linux system and SQLite 3.5.9 see if attached script reaches the end? (http://home.wanadoo.nl/italy4ever/thread_io.py.html) > It fails on my SuSE 9, 2.4.21 with OperationalError: Library routine called out of sequence (sqlite_misuse). > > The script measures the effect of sqlite shared-cache mode on performance. The error occurs when this is enabled. It runs fine on OS X and WINNT, but I wish to make a platform independent package. SQLite was built threadsafe for sure. Runs fine here (three runs). System is Ubuntu 8.04.1 with Python 2.5, SQLite 3.5.9 and pysqlite 2.4.0 all from Ubuntu repositories. -- Gerhard