Re: pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harald(dot)Immerheiser(at)ruv(dot)de
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin
Date: 2018-01-15 03:54:20
Message-ID: CA+OCxoz4_PFkx1-=yLGnofFc8=UCS5FTx8tUKgry5t9Zf6S3gA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Sat, Jan 13, 2018 at 6:11 PM, <Harald(dot)Immerheiser(at)ruv(dot)de> wrote:

> I installed the pip-wheel but it does not start because flask_htmlmin is
> missing:
>
>
>
> bash-4.2# python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py
>
> Traceback (most recent call last):
>
> File "/usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py", line 67,
> in <module>
>
> app = create_app()
>
> File "/usr/lib/python2.7/site-packages/pgadmin4/pgadmin/__init__.py",
> line 568, in create_app
>
> from flask_htmlmin import HTMLMIN
>
> ImportError: No module named flask_htmlmin
>
>
>
> Maybe there was a change at Oct 10, 2017 in requirements.txt without
> adding the module to pkg/pip/setup_pip.py .
>

There was indeed - sorry about that. I've updated the package.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message André Burkhardt 2018-01-15 10:54:56 ERROR: invalid byte sequence for encoding
Previous Message Harald.Immerheiser 2018-01-13 18:11:39 pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin