sqlite3 error
import sqlite3 Traceback (most recent call last): File \"\", line 1, in File \"/usr/local/lib/python3.3/sqlite3
I am a Fedora 20 user. To solve this:
Install sqlite-devel package, using:
yum install sqlite-devel
After installing,recompile python from the source using:
./configure make && make install
For multiple versions of Python, use altinstall instead of install.
altinstall
install