Gadfly ????

Fuzzyman michael at foord.net
Fri Mar 12 08:50:34 EST 2004


Gerhard Häring <gh at ghaering.de> wrote in message news:<mailman.212.1078907612.19534.python-list at python.org>...
> 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


Hmmm.... that's looking good.
All I need is a prebuilt verson of _sqlite.pyd for our *Linux*
server..... and to learn SQL.... (or at least SQLite syntax)

Regards,

Fuzzy



More information about the Python-list mailing list