The sqlite3 module is included in Python version 2.5+. However, I am stuck with version 2.4. I uploaded the sqlite3 module files, added the directory to sys.path, but I get
Did you install it? That often works better than messing with sys.path.
sys.path
python setup.py install
If so, you should then find it.
If, for some reason, you can't install it, set the PYTHONPATH environment variable. Do not make a habit of messing with sys.path.
PYTHONPATH