* [EMAIL PROTECTED] (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 -- http://mail.python.org/mailman/listinfo/python-list