I am trying to do the following in Python 3.7.1 on Windows
import sqlite3
but I get the following error message
Traceback (
Locate the sqlite3.dll file. In my case it was in following folder
C:\Users\Admin\anaconda3\Library\bin
where C:\Users\Admin\anaconda3 is the folder where Anaconda was installed
C:\Users\Admin\anaconda3
Add this to PATH in environment variables, and it should work then.