Sublime Forum

_sqlite3 missing, Windows Dev Build 3109?

#1

The notes for build 3109 say “… plus sqlite3 … on all platforms”. sqlite3 appears to be present on Linux (thank you!) but the _sqlite3.pyd seems to be missing from “Sublime Text Build 3109 x64 Setup.exe”. “ImportError: No module named ‘_sqlite3’”.

1 Like

#2

confirmed, full stack trace:

>>> import sqlite3
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "./python3.3/sqlite3/__init__.py", line 23, in <module>
  File "./python3.3/sqlite3/dbapi2.py", line 26, in <module>
ImportError: No module named '_sqlite3'

(same with import _sqlite3)

0 Likes

#3

Yes, I have confirmed also. Most likely a build environment issue when compiling the release version, I’ll follow up with Jon.

0 Likes

#4

Hello, just wanted to say I get the same error but on the 32 bit.
Windows 7
Dev Channel, Build 3109
3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)]

1 Like