[PyGreSQL] Mac OS X pygresql build?

Sean Davis sdavis2 at mail.nih.gov
Tue Nov 27 17:34:41 EST 2007


On Nov 27, 2007 5:00 PM, Christopher Hilton <chris at vindaloo.com> wrote:
> Does anyone know of a canned build of pygresql for Mac OS X? I can build
> it from MacPorts but on Leopard that builds against python 2.4.x and
> Leopard now includes python 2.5...

Hi, Chris.  If I were you, I would set up python easy_install and use
that for installing python libraries.  It will generally just work.
It then becomes as simple as doing:

easy_install pygresql

and the newest version will be installed to match up with the default
python.  Do a google for easy_install.

Sean


More information about the PyGreSQL mailing list