I built sqlite with fts3 enabled from source using mingw, and it works from the sqlite3 command line program.
However fts3 doesn't work in python. Replacing the sqlite3.dll in python27\dlls with the newly built dll from sqlite doesn't work. I still get the error:
sqlite3.OperationalError: no such module: fts3