How to setup FTS3/FTS4 with python2.7 on Windows How to setup FTS3/FTS4 with python2.7 on Windows sqlite sqlite

How to setup FTS3/FTS4 with python2.7 on Windows


  1. Download the latest sql dll.

  2. Replace sqlite.dll in your python/dll folder.


never mind.
installing pysqlite from source was easy and sufficient.

python setup.py build_static install 
fts3 is enabled by default when installing from source.


What Naveen said but =>

For Windows installations:

While running setup.py for for package installations... Python 2.7 searches for an installed Visual Studio 2008. You can trick Python to use Visual Studio by setting

SET VS90COMNTOOLS=%VS100COMNTOOLS%

before calling setup.py.