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 serhiy.storchaka
Recipients Sebastian.Noack, berker.peksag, ghaering, serhiy.storchaka
Date 2020-01-21.20:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579638831.82.0.457796769311.issue39408@roundup.psfhosted.org>
In-reply-to
Content
If SQLCipher is a drop-in replacement, perhaps the simplest way is to use LD_LIBRARY_PATH to replace libsqlite3.

You can also insert a path to your build of the _sqlite module in sys.path before standard paths.
History
Date User Action Args
2020-01-21 20:33:51serhiy.storchakasetrecipients: + serhiy.storchaka, ghaering, berker.peksag, Sebastian.Noack
2020-01-21 20:33:51serhiy.storchakasetmessageid: <1579638831.82.0.457796769311.issue39408@roundup.psfhosted.org>
2020-01-21 20:33:51serhiy.storchakalinkissue39408 messages
2020-01-21 20:33:51serhiy.storchakacreate