thanks for the advice,
matt
On Sun, 09 Jan 2005 20:47:08 +0100, Pierre-Frédéric Caillaud
<[EMAIL PROTECTED]> wrote:
>
>
> > due to the complicated nature of the database, and inability of zope
>
> Well, I've found that Zope is very good to do a few things, and very
> bad
> at the res
we won't be using any tools aside from psycho pg, no gui application
frameworks, ie we're not using zope, ruby on rails, etc. The front
end will only work for this particular database. This has come about
due to the complicated nature of the database, and inability of zope
to do what we need, and
due to the complicated nature of the database, and inability of zope
Well, I've found that Zope is very good to do a few things, and very bad
at the rest.
to do what we need, and the problems with overhead we've been
experiencing with rails due to the size of the database. Hope this
I like p
- Forwarded message from Matthew Story <[EMAIL PROTECTED]> -
Date: Sun, 9 Jan 2005 12:40:36 -0600
From: Matthew Story <[EMAIL PROTECTED]>
Reply-To: Matthew Story <[EMAIL PROTECTED]>
Subject: Re: [GENERAL] PYTHON, ODBC
To: Pierre-Frédéric Caillaud <[
completely proprietary front end written in python. Any help finding
useful
What does "a completely proprietary front-end in python" means ?
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
We're looking into building a front end for our database in python.
The database in question is an educational database, that generates
new tables for each teacher, class and student. Was wondering if
anyone had any recommendations for similar projects to look at,
resources, and general informati
I've looked into pshycho pg, it appears to be the best option, my later question
now remains, what documentation or examples would be useful in developing a
completely proprietary front end written in python. Any help finding useful
examples or documentation would be greatly appreciated.
thanks,
Never used ODBC with Python, but if you want to use Postgres, I'd
strongly recommend psycopg which I find the nicest and fastest postgres
adapter (certainly a lot better than Pygresql and pypgsql)
Regards
On Sat, 8 Jan 2005 18:01:01 -0600, <[EMAIL PROTECTED]> wrote:
We're looking in
We're looking into building a front end for our database in python.
The database in question is an educational database, that generates
new tables for each teacher, class and student. Was wondering if
anyone had any recommendations for similar projects to look at,
resources, and general informat