pgadmin4: Server does not launch

From: Colin Beckingham <colbec(at)kingston(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgadmin4: Server does not launch
Date: 2016-06-08 12:15:42
Message-ID: 57580C6E.4030700@kingston.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

FWIW I can build a pgAdmin4 file ok on openSUSE linux, but on launch I see:

~/pgadmin4/runtime> ./pgAdmin4
Python path: "/usr/lib64/python2.7"
Webapp path: "/home/colin/pgadmin4/web/pgAdmin4.py"
Traceback (most recent call last):
File "/home/colin/pgadmin4/web/pgAdmin4.py", line 23, in <module>
import config
File "/home/colin/pgadmin4/web/config.py", line 255, in <module>
from config_local import *
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2222, in
_find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 2164, in _find_spec
File "<frozen importlib._bootstrap>", line 1940, in find_spec
File "<frozen importlib._bootstrap>", line 1914, in _get_spec
File "<frozen importlib._bootstrap>", line 2049, in find_spec
File "<frozen importlib._bootstrap>", line 53, in _path_join
File "<frozen importlib._bootstrap>", line 53, in <listcomp>
TypeError: Type str doesn't support the buffer API
"Failed to launch the application server, server thread exiting."

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-08 12:19:03 pgAdmin 4 commit: Add the Query Tool to the context menu, and improve p
Previous Message Dave Page 2016-06-08 12:05:54 Re: PATCH: TO fix issue in Role node (pgAdmin4)