I’ve just installed python 3.2.2 on ubuntu 10.04.3 (following all instraction from readme file) and tried to import sqlite3 module – the result:
No module named _sqlite3
Then I’ve looked into lib-dynload directory and there is no file _sqlite3.so (but it is in python 2.6).
How to fix this problem?
Thanks!
If you installed from source, you need to install the development libraries for sqlite3.
You probably also want to install
libreadline-devandlibssl-dev.