[Tutor] Re: Help on Python to PostgreSQL and CGI

Lee Harr missive at hotmail.com
Sat Aug 7 14:47:14 CEST 2004


>I am actually searching for modules that can link postgreSQL and python 
>together.

I use psycopg:
http://initd.org/software/initd/psycopg
but there are several others also.

Keep in mind that CGI and database access are really two
completely separate issues.

First, see if you can access the database from python,
then see if you can generate and return simple plain
text CGI pages. Finally, see if you can return data from
the database through the CGI.

One step at a time...

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



More information about the Tutor mailing list