Lists: | pgsql-bugs |
---|
From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | alo9083(at)yahoo(dot)com(dot)mx |
Subject: | BUG #15156: The application server could not be contacted. |
Date: | 2018-04-16 03:01:25 |
Message-ID: | 152384768502.19364.9591941597788764550@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 15156
Logged by: Alonso Garcia Perez
Email address: alo9083(at)yahoo(dot)com(dot)mx
PostgreSQL version: 10.3
Operating system: Fedora 27
Description:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/pgadmin4-web/pgAdmin4.py", line 34,
in <module>
import config
File "/usr/lib/python3.6/site-packages/pgadmin4-web/config.py", line 30,
in <module>
from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path
File "/usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/__init__.py",
line 20, in <module>
from flask_security import Security, SQLAlchemyUserDatastore,
current_user
File
"/usr/lib/python3.6/site-packages/pgadmin4-web/flask_security/__init__.py",
line 13, in <module>
from .core import Security, RoleMixin, UserMixin, AnonymousUser,
current_user
File
"/usr/lib/python3.6/site-packages/pgadmin4-web/flask_security/core.py", line
18, in <module>
from flask_babelex import Domain
ModuleNotFoundError: No module named 'flask_babelex'
From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | alo9083(at)yahoo(dot)com(dot)mx, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #15156: The application server could not be contacted. |
Date: | 2018-04-16 03:15:03 |
Message-ID: | CAKFQuwahTog3_ui0HDbw-2s2sXuoxe0YuoWo5A22EootBpWJDA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
On Sun, Apr 15, 2018 at 8:01 PM, PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 15156
> Logged by: Alonso Garcia Perez
> Email address: alo9083(at)yahoo(dot)com(dot)mx
> PostgreSQL version: 10.3
> Operating system: Fedora 27
> Description:
>
> Traceback (most recent call last):
> File "/usr/lib/python3.6/site-packages/pgadmin4-web/pgAdmin4.py", line
> 34,
> in <module>
>
The following site has information for reporting pgAdmin application
problems. This list is for the PostgreSQL core product only.
https://www.pgadmin.org/support/list/
David J.