ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

sqlite3.dll v3.38.4.0 in python 3.11.0 breaks AHK sqlite connection #261

Closed ewerybody closed 1 year ago

ewerybody commented 1 year ago

I get an Autohotkey error:

DLLCall sqlite3_open_v2 failed!

When we use just-me's Class_SQLiteDB here: A2Core_Class.Ca2DB.__openConnection

That's with the dll version 3.38.4.0 It's gone with the older version 3.37... that ships with Python3.10 but there is actually a newer one that also does not have the problem: https://www.sqlite.org/download.html

Python3.11. also seems to work with it. Well. Let's put it into the package builder.