ImportError: No module named _sqlite3 (even after doing eveything)
问题 i am using python 2.7.11 on virtualenv in lubuntu 12.04.(dont own a good laptop its dell latitude d600) Python 2.7.11 (default, Mar 4 2016, 04:38:41) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. import sqlite3 Traceback (most recent call last): File "", line 1, in File "/home/maharshi/.localpython/lib/python2.7/sqlite3/ init .py", line 24, in from dbapi2 import * File "/home/maharshi/.localpython/lib/python2.7/sqlite3/dbapi2.py", line 28, in