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

From Dave Page
Subject Re: pgadmin4: no module flask
Date
Msg-id CA+OCxoyvvXjALN0+U6X-6g7xHYa1J6Cfi1iqeW6enyVttjqk=w@mail.gmail.com
Whole thread Raw
In response to Re: pgadmin4: no module flask  (Neel Patel <neel.patel@enterprisedb.com>)
Responses Re: pgadmin4: no module flask
List pgadmin-support


On Tuesday, April 19, 2016, Neel Patel <neel.patel@enterprisedb.com> wrote:
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/

That's assuming they're installed - if not, you need to do that first, e.g.

pip install -r requirements_py3.txt 


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

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

pgadmin-support by date:

Previous
From: Neel Patel
Date:
Subject: Re: pgadmin4: no module flask
Next
From: Matthias Koch-Schirrmeister
Date:
Subject: OpenBSD 5.8: compile fails