[issue21950] import sqlite3 not running

Berker Peksag report at bugs.python.org
Fri Jul 11 11:46:59 CEST 2014


Berker Peksag added the comment:

Works for me on Ubuntu 12.04 LTS:

   $ sudo apt-get install sqlite3 libsqlite3-dev
   $ ./configure
   $ make -j3
   $ sudo make install
   $ sqlite3 -version
   3.7.9 2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e
   $ python3.4 -V
   3.4.1
   $ python3.4 -c "import sqlite3; print(sqlite3.sqlite_version)"
   3.7.9

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21950>
_______________________________________


More information about the Python-bugs-list mailing list