| From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
|---|---|
| To: | Dave Page <dpage(at)pgadmin(dot)org> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Startup error on RHEL 7 |
| Date: | 2016-09-12 10:50:22 |
| Message-ID: | 1473677422.11214.7.camel@gunduz.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Dave,
On Mon, 2016-09-12 at 10:05 +0100, Dave Page wrote:
> Hmm, not sure. Questions:
>
> - What version of Babel?
python-babel-0.9.6
> - I assume (hope) you haven't changed config.py, but what's in
> config_distro.py and config_local.py?
$ cat /usr/lib/python2.7/site-packages/pgadmin4-web/config_local.py
SERVER_MODE = False
HTML_HELP = '/usr/share/doc/pgadmin4-docs/en_US/html/'
I don't have config_distro.py
> - Is the web/pgadmin/translations/ directory present and containing
> files (a test French message catalog)?
Yes:
/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/translations
/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/translations/fr
/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/translations/fr/LC_MESSAGES
/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/translations/fr/LC_MESSAGES/messages.mo
/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/translations/fr/LC_MESSAGES/messages.po
> - Is babel.cfg present?
Yes:
$ cat /usr/lib/python2.7/site-packages/pgadmin4-web/babel.cfg
[python: **.py]
[jinja2: **/templates/**.html]
[jinja2: **/templates/**.js]
extensions=jinja2.ext.autoescape,jinja2.ext.with_
Cheers,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim Gündüz | 2016-09-12 10:53:41 | Re: Startup error on RHEL 7 |
| Previous Message | Dave Page | 2016-09-12 10:46:16 | Re: Finalizing pgadmin4 RPM work |