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 brett.cannon
Recipients brett.cannon, jlp
Date 2008-10-21.17:18:55
SpamBayes Score 0.026661446
Marked as misclassified No
Message-id <1224609537.36.0.512303015173.issue4158@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like sqlite3 was not compiled for you. To verify, run ``make``
again and note what modules it lists at the very end as not built. I bet
it lists sqlite3 there.
History
Date User Action Args
2008-10-21 17:18:57brett.cannonsetrecipients: + brett.cannon, jlp
2008-10-21 17:18:57brett.cannonsetmessageid: <1224609537.36.0.512303015173.issue4158@psf.upfronthosting.co.za>
2008-10-21 17:18:56brett.cannonlinkissue4158 messages
2008-10-21 17:18:56brett.cannoncreate