Python & SQLite

Swaroop C H swaroopch at gmail.com
Tue May 3 05:54:44 EDT 2005


On 5/3/05, Pajo <pajo at pajo.com> wrote:
> What should I install so I can connect to sqlite from
> Python.
> One simple example would be very helpfull.

You haven't mentioned which operating system you are using.

For Windows, PySQLite binaries are available at
http://initd.org/tracker/pysqlite
For Linux/BSD, use your favorite package management software (yum in
Fedora, urpmi in Mandrake, emerge in Gentoo, apt-get in Debian,
pkg_add in FreeBSD), etc.
For Mac, use Fink.

HTH :-)
-- 
Swaroop C H
Blog: http://www.swaroopch.info
Book: http://www.byteofpython.info



More information about the Python-list mailing list