Hi,
ST2 shipped with a trimmed down standard library that excluded the sqlite3 module. On Mac OS, however, I was able to import the sqlite3 module because ST relied on the system version of Python. ST3 bundles Python 3.x on Mac OS and I am unable to import sqlite3. Is there any word on that problem? How can I circumvent the problem?
This error comes up when I try import sqlite3
in the ST3 console:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "X/sqlite3/__init__.py", line 23, in <module>
File "X/sqlite3/dbapi2.py", line 26, in <module>
ImportError: No module named '_sqlite3'