> >> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to