Hi all,

I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as:

   python setup.py

I don't have a python environment set up, so I'm apt-getting my way through various unmet dependencies, and one has defeated me:

Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from pgadmin import create_app
  File "/var/www/pgadmin/pgadmin/__init__.py", line 19, in <module>
    from flask_htmlmin import HTMLMIN
ImportError: No module named flask_htmlmin


I can't find any corresponding Debian package for flask_htmlmin - what should I be looking for?

Thanks,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
r...@iol.ie

Reply via email to