Confused about install as sqlite2
Skip Montanaro <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Python 2.5 and 2.6 come with pysqlite. When I import them I
execute
import sqlite3
I need to add pysqlite to a Python 2.4 installation. I installed
sqlite 3.3.13, checked pysqlite out from Subversion, updated
setup.cfg and built. When it installed, it installed a package
named pysqlite2. Is there no way to get it to install so that
the same code runs in Python 2.4, 2.5 and 2.6?
Thanks,
Skip Montanaro