I'm trying to run a .py
program on a CMD terminal
but I get the following error :
from _sqlite3 import *
ImportError: DLL load failed while importing _sqlite3: The specified module could not be found.
PS : I am using python 3.8 and I had created a virtual enlivenment for my application