BTW, from "equery uses": + + sqlite : Add support for sqlite - embedded sql database
On 11/16/20 12:00 AM, n952162 wrote:
I'm trying to convert python2 scripts to python3. A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas?