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 my travails, I'd be grateful for pointers to
> FAQs, tips, etc. I.e., I really want to do my homework first.

I use pypgsql (which I installed from source). It seems to work fine. 
All DB-API-2 clients work about the same for the basics, but the connect 
method varies.

-- Russell

P.S. you might find the routines in RO.SQLUtil handy (for your own use 
or as an example). See 
<http://www.astro.washington.edu/rowen/ROPython.html>.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to