This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients alexganwd, berker.peksag, brett.cannon, dpatino
Date 2014-07-11.09:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405072019.85.0.331174445402.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-07-11 09:46:59berker.peksagsetrecipients: + berker.peksag, brett.cannon, alexganwd, dpatino
2014-07-11 09:46:59berker.peksagsetmessageid: <1405072019.85.0.331174445402.issue21950@psf.upfronthosting.co.za>
2014-07-11 09:46:59berker.peksaglinkissue21950 messages
2014-07-11 09:46:59berker.peksagcreate