On 10/28/08, Guillermo <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to