Changing the original SQLite version to the latest

Thomas Passin list1 at tompassin.net
Tue Feb 14 22:59:23 EST 2023


On 2/14/2023 9:29 PM, jose isaias cabrera wrote:
> On Tue, Feb 14, 2023 at 8:55 PM Thomas Passin <list1 at tompassin.net> wrote:
>>
>> As a point of reference, the Python installation I've got on my Windows
>> box (not a cygwin install) is
>>
>> Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934
>> 64 bit (AMD64)] on win32
>>
>> and the sqlite_version is 3.39.4
> 
> Thanks, previous to v3.40.1, the released version was v.3.39.4. I wish
> it was that one that one. :-)
> 

I haven't tried it but this may help:

https://stackoverflow.com/questions/61091438/how-to-upgrade-sqlite3-version-in-windows-10

"Download the latest release from http://www.sqlite.org/download.html 
and manually copy sqlite3.dll into Python's DLLs subfolder."

Not sure how you using cygwin might affect this.


More information about the Python-list mailing list