sqlite – How can I add the sqlite3 module to Python?
sqlite – How can I add the sqlite3 module to Python?
You dont need to install sqlite3
module. It is included in the standard library (since Python 2.5).
For Python version 3:
pip install pysqlite3
sqlite – How can I add the sqlite3 module to Python?
I have python 2.7.3 and this solved my problem:
pip install pysqlite