Re: not running what I installed
Jim Tittsler <jwt-DtkYjU/[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
On Feb 25, 2007, at 19:15, Eric S. Johansson wrote: > 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? Perhaps you installed both pysqlite and pysqlite2. >>> from pysqlite2 import dbapi2 as sqlite >>> print sqlite.version 2.0.5 -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman