Re: pgadmin4: no module flask - Mailing list pgadmin-support

From Neel Patel
Subject Re: pgadmin4: no module flask
Date
Msg-id CACCA4P0jygzKLHUXz=S+y-P+3QdW2t+QBG-2+Wbf5GvE4-E53g@mail.gmail.com
Whole thread Raw
In response to pgadmin4: no module flask  (Luca Ferrari <fluca1978@infinito.it>)
Responses Re: pgadmin4: no module flask
List pgadmin-support
Hi,

Error itself saying that application is not able to find the required packages so you need to export the PYTHONPATH variable to required packages where installed.

e.g.  export PYTHONPATH=/home/user/workspace/pgAdmin4_3_4/lib/python3.4/site-packages/

Thanks,
Neel Patel

On Tue, Apr 19, 2016 at 4:52 PM, Luca Ferrari <fluca1978@infinito.it> wrote:
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


--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

pgadmin-support by date:

Previous
From: Luca Ferrari
Date:
Subject: pgadmin4: no module flask
Next
From: Dave Page
Date:
Subject: Re: pgadmin4: no module flask