FTS3/FTS4 doesn't work in python by default (up to 2.7). I get the error:
sqlite3.OperationalError: no such module: fts3or
sqlite3.OperationalError: no such module: fts4
How can this be resolved?
Download the latest sql dll.
Replace sqlite.dll in your python/dll folder.