> .... > 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 > ....
From Kubuntu 8.04 .... $ uname -a Linux em1 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux $ dpkg -l | grep sqlite ii libsqlite0 2.8.17-4build1 SQLite shared library ii libsqlite3-0 3.4.2-2 SQLite 3 shared library $ py25 Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import sqlite3 >>> It is now my estimation that the Force is not currently with you .... :-) -- Stanley C. Kitching Human Being Phoenix, Arizona -- http://mail.python.org/mailman/listinfo/python-list