Re: flask again

2017-12-20 Thread Mark Murawski
Has anyone considered making a snappy package for pgadmin4 so that casual users can use it? https://en.wikipedia.org/wiki/Snappy_(package_manager) Considering that even a fairly new distro like debian jessie doesn't have pgadmin4, it would definitely help speed up adoption. On 12/16/17 1:

Re: flask again

2017-12-16 Thread Mark Murawski
Hi, Considering python dependencies, paths, and related etc are the bane of installing pgadmin4, I would suggest the developers start looking at how certbot from the letsencrypt project handles it., it just seems to 'always work'. On 12/13/2017 01:26 AM, Malik Rumi wrote: That did it! Bo

Re: flask again

2017-12-12 Thread Malik Rumi
That did it! Both lib/ and log/ were missing, but now I am in! Thx wa shokran. *“None of you has faith until he loves for his brother or his neighbor what he loves for himself.”* On Tue, Dec 12, 2017 at 10:15 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > No need to run it

Re: flask again

2017-12-12 Thread Murtuza Zabuawala
No need to run it as sudo just provide the permission to user for that path, chown -R malikarumi:root /var/lib/pgadmin And if the folder does not exists then, sudo mkdir "/var/log/pgadmin" sudo chmod a+wrx "/var/log/pgadmin" sudo mkdir "/var/lib/pgadmin" sudo chmod a+wrx "/var/lib/pgadmin" On

Re: flask again

2017-12-12 Thread Malik Rumi
sorry, not sure why the support group got dropped from reply,,, *“None of you has faith until he loves for his brother or his neighbor what he loves for himself.”* On Tue, Dec 12, 2017 at 10:00 PM, Malik Rumi wrote: > >> Is there any specific reason for using sudo? > Yes: PermissionError: [Err

Re: flask again

2017-12-12 Thread Murtuza Zabuawala
++ Adding pgadmin-support Please keep the group in loop. On Wed, Dec 13, 2017 at 11:12 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Is there any specific reason for using sudo? > (faruha) malikarumi@Tetuoan2:~/Projects/faruha/lib$ *sudo* python > python3.6/site-packages/p

Re: flask again

2017-11-17 Thread Murtuza Zabuawala
Make sure that you have activated correct virtual environment in which you have installed all your python dependencies before running python pgAdmin4.py -- Murtuza On Sat, Nov 18, 2017 at 8:36 AM, Malik Rumi wrote: > For reasons unrelated to pga4, I had to reinstall it in a new venv. I am > now