not running what I installed
"Eric S. Johansson" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
running ubuntu 6.06, installed sqlite3 plus pysqlite bindings but I seem to be getting the earlier 1.0 version (see below) I'm sure this is obvious FAQ but I can't seem to find it right now. How do I select or set up to use sqlite 3.x instead of the older version? Python 2.4.3 (#2, Oct 6 2006, 07:52:30) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite >>> print sqlite.paramstyle pyformat >>> print sqlite.version 1.0.1 >>> many thanks. ---eric -- Speech-recognition in use. It makes mistakes, I correct some.