Tyler Reed added the comment:
It was an environment issue. There were pre-existing files (pyd and pyc) in the
application folder (from builds done with Kivy) and apparently python was
loading those instead of the libraries in the python39 folder.
--
resolution: -> not a bug
st
New submission from Tyler Reed :
Running on a new, updated Windows 10 machine with no virtual environment. After
removing all previous Python installations, rebooting and performing a fresh
install if Python 3.9.1. I run the python console and type:
import sqlite3
I receive the following