March 2010
1 post
How to build the pscyopg2 Python PostgreSQL...
These instructions may work on earlier versions of OS X, but I’ve only tested on Snow Leopard.
A common problem for Python programmers using Mac OS X is how to install psycopg2, the standard Python interface for PostgreSQL.
If you Google for the instructions, you’ll get all kinds of advice, most of which involves using MacPorts or installing a complete server installation of PostgreSQL on your...