PostgreSQL and Python on OSX
Friday, September 30th, 2005Just a note to remind me how to set this up.
Download and install postgreSQL from Marc Liyanage
Download and install egenix-mx-base (for mxDateTime)
Download the egenix_mx_base src (psycopg need the headers to compile)
download psycopg
CD into the psycopg directory, run ./configure with the following parameters:
./configure
[…]