Hi,
I recently tried to install gnuhealth (today) on OpenSuse 14 (download on Monday). I had an issue with psycopg2-binary during installation using gnuhealth-setup (latest).
I could solve it manually by installing psycopg2-binary using pip
$ pip install --user "psycopg2-binary"
Then I could continue with the installation using gnuhealth-setup.
There was an error msg saying something like pg_config couldn't be found.
Regards.
Francisco