I am currently still a target Python beginner. I want to build a small tool with a database.
Currently I fail at the very beginning with the command
import sqlite3
I always get the following error message
ImportError: DLL load failed: The specified module was not found.
I am currently using Python 3.7.6.
Do you have any idea what this could be ?
Thanks a lot