Python 2.5 and sqlite

Thorsten Kampe thorsten at thorstenkampe.de
Tue Nov 11 04:15:26 EST 2008


* timotoole at gmail.com (Mon, 10 Nov 2008 15:33:22 -0800 (PST))
> On a (sun) webserver that I use, there is python 2.5.1 installed. I'd
> like to use sqlite3 with this, however sqlite3 is not installed on the
> webserver.

Python comes with SQLite support. It's not necessary to have SQLite 
installed for that.

> If I were able to compile sqlite using a sun machine (I normally use
> linux machines) and place this in my lunix home account would I be
> able to use python and sqlite?

Just go ahead and import sqlite3

Thorsten



More information about the Python-list mailing list