I don't think this linein web/pgadmin/browser/server_groups/servers/types.py does what it should.
default_path = config.DEFAULT_BINARY_PATHS[st.stype] or ""
will ever succeed if the key does not exist
Attached patch should work.
Dave Cramer