Re: [pgadmin-support] pgadmin4: no module flask

2016-04-20 Thread Neel Patel
Hi Luca, Have you created any virtual environment for python 2.7 ? If you have installed "requirements_py2.txt" then have you got any error in between ? If no where all those packages installed ? Can you please give the list of directories under "site-packages" where you have installed the package

Re: [pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Luca Ferrari
On Tue, Apr 19, 2016 at 2:24 PM, Dave Page wrote: > That's assuming they're installed - if not, you need to do that first, e.g. > > pip install -r requirements_py3.txt I've installed flask via pip, as already written: $ pip list | grep -i flask Flask (0.10.1) Flask-Babel (0.9) Flask-Gravatar (0.

Re: [pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Dave Page
On Tuesday, April 19, 2016, Neel Patel 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/python

Re: [pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Neel Patel
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 a

[pgadmin-support] pgadmin4: no module flask

2016-04-19 Thread Luca Ferrari
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 from pgadmin import create_app File