> .... . > Yes and no. My own experience with Debian packages > is that with a standard > > apt-get install python2.5 > > an attempt to > import sqlite3 > > results in > ImportError: No module named _sqlite3 > ....
No problems here with Debian Lenny .... All packages via .... apt-get install xxxx .... $ uname -a Linux em1 2.6.25-2-686 #1 SMP Fri Jul 18 17:46:56 UTC 2008 i686 GNU/Linux $ dpkg -l | grep sqlite ii libhk-classes-sqlite3 0.8.3-4 SQLite 3 driver plugin for hk_classes ii libsqlite3-0 3.5.9-3 SQLite 3 shared library ii python-pysqlite2 2.4.1-1 Python interface to SQLite 3 ii sqlite3 3.5.9-3 A command line interface for SQLite 3 $ py Python 2.5.2 (r252:60911, Aug 8 2008, 09:22:44) [GCC 4.3.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import sqlite3 >>> -- Stanley C. Kitching Human Being Phoenix, Arizona -- http://mail.python.org/mailman/listinfo/python-list