Skip to content

Issues

sqlite3 module import

  • I had a problem importing the sqlite3 python module. This module implements the DB-API 2.0. The problem was that when Python was installed I didn't have the libsqlite3-dev installed in my system. Therefore, I imagined that no hook or link was done during the Python installation. The problem was solved by installing the libsqlite3-dev and then uninstalling and installing again Python. By the way, it is interesting to know how sqlite works.