Hello,
I'm trying to install psycopg2 with PostgresSQL 9.1 using Python 2.6
on a Mac OS X 10.6.8 with Django.  I placed the psycopg2 folder under
Python 2.6 and added the following lines to setup.cfg
include_dirs=/Library/PostgreSQL/9.1/include
library_dirs=/Library/PostgreSQL/9.1/lib
pg_config=/Library/PostgresSQL/9.1/bin/pg_config

I cd to the psycopg2 directory and typed 'sudo python setup.py
install.  The following:
running install
running build
running build_py
running build_ext
Error:  Unable to find 'pg_config' file in '/Library/PostgresSQL/9.1/
bin/pg_config'

Can anyone help?  I'm using the Python 2.6 that came installed on my
Mac.
Anna

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to