Re: [Pythonmac-SIG] Postgresql

2006-03-09 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] Postgresql

2006-03-09 Thread Scott Frankel
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