I’m trying to utilize python sqlite but it wouldn’t load.
I guess I’ve already installed all necessary packages through either zypper or pip but I must be missing something:
ImportError: No module named sqlite3
Command used was:
from sqlite3 import dbapi2 as sqlite
What am I missing?
Thanks!