Error trying to run pgAdmin4
问题 I've installed postgresql 9.6 (using suggested linux installer) which comes with pgAdmin4, but getting a few errors. First, I had to change the folder name from "pgAdmin 4" (note the extra space) to "pgAdmin4" to avoid "file not found error". Then I run sudo python pgAdmin4.py and got the following error: Traceback (most recent call last): File "../../pgAdmin4.py", line 24, in <module> from pgadmin import create_app File "/opt/PostgreSQL/9.6/pgAdmin4/web/pgadmin/__init__.py", line 17, in