I want to start dabbling with postgreSQL on OS X. After several SVN checkouts, binary packages, etc, I’ve realize the easiest path to success is just installing from fink unstable.
Running:
fink install psycopg2-py2.5
will get you everything you need, python, the pyscopg2 driver and even postgresql.
Unfortunately I had MacPython binary and a postgres binary [...]


