Python 2.5 + sqlite full text search possible?

Guilherme Polo ggpolo at gmail.com
Tue Oct 28 11:21:32 EDT 2008


On 10/28/08, Guillermo <guillermo.listas at googlemail.com> wrote:
> Hi!
>
>  Is it possible to use the full-text module of SQLite with the sqlite3
>  module? I've done a bit of investigation and it seems the stand-alone
>  distribution of SQLite is compiled without it, and so does the version
>  bundled with Python.
>

Support for loading extensions was only added in pysqlite 2.5, so you
will have to install it.

Python 2.5 and 2.6 comes with pysqlite 2.3.2, future 3.0 will come
with pysqlite 2.4.1.


>  Regards,
>
>  Guillermo
>
> --
>  http://mail.python.org/mailman/listinfo/python-list
>


-- 
-- Guilherme H. Polo Goncalves



More information about the Python-list mailing list