Re: How to install psycopg2 using Pip?

2012-07-23 Thread Mehrdad Majzoobi
Ok, I realized what the issue was. In the setup.cfg file, the pg_config path had to include the pg_config executable name as well: pg_config = /usr/pgsql-9.1/bin/pg_config On Monday, July 23, 2012 2:01:29 PM UTC-5, Mehrdad Majzoobi wrote: > > Guys, I have a similar problem but the diff

Re: How to install psycopg2 using Pip?

2012-07-23 Thread Mehrdad Majzoobi
Guys, I have a similar problem but the difference is pg_config is actually in my PATH: $ which pg_config /usr/pgsql-9.1/bin/pg_config I get the following error when I try to pip install psychopg2 ### Error: pg_config executable not found. Please add the directory containing