|
No _sqlite3.so in /usr/lib/python2.5/lib-dynload
Python-2.5 has built in support for SQLite3, so pysqlite2 is no longer required. However, my application will not load because when /usr/lib/python2.5/sqlite3/dbapi2.py calls "from _sqlite3 import *", there is no _sqlite3.so found. Sure enough, it's not present in /usr/lib/python2.5/lib-dynload, where others have it installed.
Do I need to re-install the python2.5 package, or are others missing this library, too?
TIA,
Rich
|