Re: [GENERAL] PYTHON, ODBC

2005-01-14 Thread Matthew Story
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

Re: [GENERAL] PYTHON, ODBC

2005-01-14 Thread Matthew Story
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

Re: [GENERAL] PYTHON, ODBC

2005-01-09 Thread Pierre-Frédéric Caillaud
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

Re: [GENERAL] PYTHON, ODBC

2005-01-09 Thread mstory
- 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 <[

Re: [GENERAL] PYTHON, ODBC

2005-01-09 Thread 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]

[GENERAL] PYTHON, ODBC

2005-01-09 Thread Matthew Story
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

Re: [GENERAL] PYTHON, ODBC

2005-01-08 Thread mstory
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,

Re: [GENERAL] PYTHON, ODBC

2005-01-08 Thread Pierre-Frédéric Caillaud
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

[GENERAL] PYTHON, ODBC

2005-01-08 Thread mstory
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