pgadmin4: no module flask

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgadmin4: no module flask
Date: 2016-04-19 11:22:14
Message-ID: CAKoxK+7UkJoHvJagF4qyf+aYjPQUf-YKovmQ93ZHOwGJFCiZ8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi all,
still trying to get pgAdmin4 running on my system. When I launch it I got:

./runtime/pgAdmin4
Webapp path: "/home/luca/tmp/pgadmin4/web/pgAdmin4.py"
Traceback (most recent call last):
File "/home/luca/tmp/pgadmin4/web/pgAdmin4.py", line 24, in <module>
from pgadmin import create_app
File "/home/luca/tmp/pgadmin4/web/pgadmin/__init__.py", line 13, in <module>
from flask import Flask, abort, request, current_app
ImportError: No module named flask
"Failed to launch the application server, server thread exiting."

and a configuration window keep asking me the python path and the
application path (and I don't know what to specify for it).
I've installed flask via pip and via apt, am I missing something?

Thanks,
Luca

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Neel Patel 2016-04-19 12:01:27 Re: pgadmin4: no module flask
Previous Message Mark Csaba 2016-04-19 10:08:08 Re: pgadmin4: The python-config executable could not be found.