I get the following error:
Code:
ImportError: No module named sqlite3When using:
Code:
from sqlite3 import dbapi2 as sqliteIt does exist, path in install is:
Code:
C:\Python27\Lib\sqlite3Any idea what the issue could be? Every google just says make sure its there then add it if its not... but no one else has it and has import errors.

Search
Help