Hi
On Tue, Jul 11, 2017 at 5:40 PM, Devrim Gündüz wrote:
>
> Hi Dave,
>
> On Tue, 2017-07-11 at 12:26 +0100, Dave Page wrote:
> > Anyway; the attached patch fixes the issue for me. I wonder if this is
> some
> > CentOS weirdness...
>
> Thanks, that fixed this issue. We have now another one:
>
>
Hi Dave,
On Tue, 2017-07-11 at 12:26 +0100, Dave Page wrote:
> Anyway; the attached patch fixes the issue for me. I wonder if this is some
> CentOS weirdness...
Thanks, that fixed this issue. We have now another one:
Exception occurred:
File
"/usr/lib/python2.6/site-packages/pgadmin4-web/fla
On Tue, Jul 11, 2017 at 12:09 PM, Devrim Gündüz wrote:
>
> Hi,
>
> Sorry, I missed this part:
>
> On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote:
> > It was fixed in the code:
> >
> > # HTMLMIN doesn't work with Python 2.6.
> > if not config.DEBUG and sys.version_info >= (2,7):
> >
On Tue, Jul 11, 2017 at 12:07 PM, Devrim Gündüz wrote:
>
> Hi,
>
> On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote:
> > Never modify config.py! You should be using config_distro.py.
>
> Err, this was what you asked me to do when we had similar issues before. I
> apply these patches to RHEL 6:
Hi,
Sorry, I missed this part:
On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote:
> It was fixed in the code:
>
> # HTMLMIN doesn't work with Python 2.6.
> if not config.DEBUG and sys.version_info >= (2,7):
> HTMLMIN(app)
>
> Though, we do have an unconditional import (both i
Hi,
On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote:
> Never modify config.py! You should be using config_distro.py.
Err, this was what you asked me to do when we had similar issues before. I
apply these patches to RHEL 6:
https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob;f=rpm/redhat/m
On Tue, Jul 11, 2017 at 11:21 AM, Devrim Gündüz wrote:
>
> Hi,
>
> I thought we fixed it at some point, but I'm recently getting this again:
>
> in the web/config.py, I changed
> MINIFY_PAGE = True
>
> to False.
>
Never modify config.py! You should be using config_distro.py.
>
> Still getting
Hi,
I thought we fixed it at some point, but I'm recently getting this again:
in the web/config.py, I changed
MINIFY_PAGE = True
to False.
Still getting
sphinx-1.0-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.0.8
Exception occurred:
File