I'm trying to convert python2 scripts to python3. A script which works under python2 gives me this under python3:
ModuleNotFoundError: No module named 'sqlite3' Any ideas?
I'm trying to convert python2 scripts to python3. A script which works under python2 gives me this under python3:
ModuleNotFoundError: No module named 'sqlite3' Any ideas?