On Tue, Jul 11, 2017 at 12:09 PM, Devrim Gündüz <devrim@gunduz.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?