In article
<[EMAIL PROTECTED]>,
"Lee Hinde" <[EMAIL PROTECTED]> wrote:
> Hi all;
>
> I'm having a heck of a time getting Python to talk to Postgres. My
> near-term goal is to play with Pylons, but I would like to get a
> simple 'Insert "Hello World"' going first.
>
> Before I regale you with m
I use psycopg to talk to postgres via python. Was relatively
painless to setup. Take a look at
http://initd.org/projects/psycopg1
and make sure to follow the link the latest release, psycopg2.
Good luck!
Scott
On Mar 8, 2006, at 9:25 PM, Lee Hinde wrote:
> Hi all;
>
> I'm havin