Does Python 2.5.2's embedded SQLite support full text searching?

Daniel Fetchinson fetchinson at googlemail.com
Mon Apr 21 17:36:17 EDT 2008


> >> Sqlite itself is not distributed with python. Only a python db api
> >> compliant wrapper is part of the python stdlib and as such it is
> >> completely independent of the sqlite build.
> >
> > 	Don't most binary distributions include SQLite itself? I installed
> > 2.5.2 on a new WinXP VM, and SQLite is working fine.
>
> So did I. I installed py2.5.2 on windows and didn't install SQLite, and I'm
> using the module sqlitedb without problems.

On linux this is not the case (i.e. on linux one has to install sqlite
itself separately) and I assumed on windows you have to install sqlite
separately too. My apologies for the misinformation.

Cheers,
Daniel



More information about the Python-list mailing list