Gadfly ????

Piet van Oostrum piet at cs.uu.nl
Wed Mar 10 07:50:15 EST 2004


>>>>> michael at foord.net (Fuzzyman) (F) wrote:

F> Because I *won't* be allowed to install anything other than python
F> scripts on the server...........

F> So I am looking for a database implementation in python........

I suppose your python script is allowed to write some file(s), otherwise you
wouldn't be able to implement a database. You could import a special
_sqlite.py module that has _sqlite.pyd encoded in a big string, and on
the first call writes it out to _sqlite.pyd and wouldn't be called on
subsequent times.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list