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?
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?