[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Easy database installer
From: |
Horst Herb |
Subject: |
Re: [Gnumed-devel] Easy database installer |
Date: |
Mon, 12 Jul 2004 16:42:10 +1000 |
User-agent: |
KMail/1.6.2 |
On Mon, 12 Jul 2004 16:16, Ian Haywood wrote:
> Unfortunately you still need to have Python, wxPython, pyPgSQL and
> mxDateTime installed. What would be nice is a postgres access module
> written in pure python: then our only dependencies would be python and
> wxwindows, is there such a thing?
The dependency that's easiest to get rid of is mxDateTime. Almost all of it
used by pyPgSQL is nowadays available in Python standard libraries.
It should not be too much of a problem implementing the Postgres backend
protocol in pure python either; I looked at it once and it seemed pretty much
straightforward.
Horst