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 ned.deily
Recipients benjamin.peterson, lukasz.langa, martin.panter, ncoghlan, ned.deily, njs, rgbecker, steven.daprano, tds333, thewtex, vstinner
Date 2016-10-20.22:09:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477001381.41.0.101179784213.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
"*** WARNING: renaming "_sqlite3" since importing it failed: build/lib.linux-x86_64-3.6/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: sqlite3_stmt_readonly"

That's a different issue: most likely you are building with an old version of libsqlite3.  See, for example: https://github.com/ghaering/pysqlite/issues/85
History
Date User Action Args
2016-10-20 22:09:41ned.deilysetrecipients: + ned.deily, rgbecker, ncoghlan, tds333, vstinner, benjamin.peterson, steven.daprano, njs, thewtex, lukasz.langa, martin.panter
2016-10-20 22:09:41ned.deilysetmessageid: <1477001381.41.0.101179784213.issue28092@psf.upfronthosting.co.za>
2016-10-20 22:09:41ned.deilylinkissue28092 messages
2016-10-20 22:09:41ned.deilycreate