ip guy wrote:
The problem is it can't find the postgres "pg_config" file, seems
like mine is in a non-standard location, located in "/usr/local/pgsql/bin/pg_config"
How do i inform "PyGreSQL-3.6.2 setup.py" of it's location ?

You should simply add "/usr/local/pgsql/bin/" to the PATH environment variable. Or, you can add an absolute path in the setup.py script (in the functin getconfig() in line 27).

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to