I was a bit shocked to see that 7.1 came with a new Python interface module that completely changes the interface for talking to Postgres from the 7.0.3 and earlier packages. I've ripped the pgsqldb.py stuff out of 7.0.3 and built a quick SRPM to allow existing code to be gradually migrated to 7.1 (assuming no other gotchas). You can find this SRPM at: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pgsqldb-2.4-1.src.rpm To turn it into a binary, use "rpm --rebuild python-pgsqldb-2.4-1.src.rpm" and look for the "Wrote:" lines telling you where the binary RPM was written. Enjoy, Sean -- Unix actually IS user friendly -- it's just very picky about whom it calls its friend. Sean Reifschneider, Inimitably Superfluous <[EMAIL PROTECTED]> tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
