database without installation again

bruno.desthuilliers at gmail.com bruno.desthuilliers at gmail.com
Wed Feb 28 02:48:49 EST 2007


On 28 fév, 00:06, "andrew_s" <andrze... at gazeta.pl> wrote:
> Hi!
>
> I'm looking for any database which I could use without need of instalation.
> I've read some threads here but I couldn't find any complete answer.
> On my ISP's server I can use Python throu cgi only. There is Python 2.4.3
> and it has only standard library modules and no possibility to oficially
> install anything else.

Can't you install additional stuff in your own directory, then correct
your PYTHONPATH as needed ?


> Any ideas? Maybe is it possible to "install" by myself something like SQLite
> or MySQLdb in my cgi-bin directory? I've tried it putting files from MySQLdb
> module, but there was errors with missing libssl.so or sth.

MySQL is a server software. You cannot just drop some files and expect
the whole thing to work.

> I think, the
> best solution would be db stored in binary file with interface in based on
> standard Python library, but is there anything like that??

SQLite ? Gadfly ?





More information about the Python-list mailing list