Hi All …
I just experienced an error when importing sqlite3.
ST3 apparently does not “know” about sqlite3.
This happened with OS:W7 Python3.57 ST3.2 build 3200 (all newly reinstalled)
D:\1-ToSyncWithBackUp\mynewpy-project\py\testwhatever.py:1
(function (exports, require, module, __filename, __dirname) { import sqlite3
^^^^^^^
Has somebody else had the issue recently ?
(So For now I am running my python scripts ,where sqlite3 is concerned, directly from the python command line or in jupyter notebook…)