| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: More RHEL 6 build issues |
| Date: | 2017-07-11 11:26:26 |
| Message-ID: | CA+OCxoyP2OSxhxo8U2kB+BQ0JJpmGrHHxWyi7_UttTr2u5u5RQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
On Tue, Jul 11, 2017 at 12:09 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> 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):
> > HTMLMIN(app)
> >
> > Though, we do have an unconditional import (both in
> > web/pgadmin/__init__.py).
> >
> > Does the app run?
>
> We even cannot build it.
>
>
I just tried it on CentOS 6 here, and the app runs, but the docs don't
build. That's weird, considering
https://jenkins.pgadmin.org/job/pgadmin4-master-python26/lastSuccessfulBuild/
.
Anyway; the attached patch fixes the issue for me. I wonder if this is some
CentOS weirdness...
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| Attachment | Content-Type | Size |
|---|---|---|
| centos6.diff | text/plain | 896 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Murtuza Zabuawala | 2017-07-11 11:40:27 | Re: [pgAdmin4][Patch] To fix the issue in privileges control |
| Previous Message | Dave Page | 2017-07-11 11:23:41 | Re: More RHEL 6 build issues |