Gadfly ????

Gerhard Häring gh at ghaering.de
Wed Mar 10 03:33:00 EST 2004


Fuzzyman wrote:
> I can do a proof of concept on my own computer with a personal server.

If you're writing a CGI script, putting the PySQLite files into the cgi-bin 
directory will work fine. Just copy them from a PC where you've installed PySQLite 
locally:

cgi-bin directory:

myscript.py     <----- your CGI script
_sqlite.pyd
sqlite/
sqlite/main.py
sqlite/__init__.py

HTH,

-- Gerhard




More information about the Python-list mailing list