Re: Errors installing psycopg2 on OSX 10.5.2
Philip Semanchuk <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On May 22, 2008, at 5:30 PM, Bryan Hughes wrote: > I installed Postgresql using the standard "./configure >> make >> make > install" steps. The end result is a working psql installation > located at > /usr/local/pgsql. OK, that's the way I did it too. Is pg_config in your path when you attempt the psycopg install? > On Thu, May 22, 2008 at 5:15 PM, Philip Semanchuk <[email protected] > > > wrote: > >> >> On May 22, 2008, at 5:02 PM, Bryan Hughes wrote: >> >> I recently downloaded the psycopg2 package found here: >>> >>> http://initd.org/pub/software/psycopg/psycopg2-2.0.7.tar.gz >>> >>> >>> Unfortunately, when I run "python setup.py install", I receive the >>> following >>> error (see below). This is my virgin experience with psycopg2, so >>> its >>> entirely possible that I'm missing something. Should I use a >>> different >>> 2.x >>> install package? >>> >> >> Hi Bryan, >> That should work fine on 10.5. Where is your postgres installed, >> and how >> did you install it? >> >> >> >>