On 01/08/2019 16:32, Tony Shelver wrote:
The article at stackoverflow is here <https://stackoverflow.com/questions/57226520/select-does-not-return-values-postgres-11-4>

Thanks for the link! The solution given in one of the comments there worked for me (Debian 9):

- Install pip3 if needed: sudo apt install python3-pip

- pip3 install psycopg2-binary (doesn't need pg_config)

- Edit ~/.config/pgadmin/pgadmin4.conf and set PythonPath="/home/rod/.local/python3.5;/home/rod/.local/python3.5/site-packages"

I then needed to kill the pgAdmin4 server so that it picked up the new setting.

Ray.

--
Raymond O'Donnell // Galway // Ireland
r...@rodonnell.ie


Reply via email to