Re: pgAdmin4 never loading

2017-10-09 Thread Surinder Kumar
Hi Pavel, If you are building pgAdmin4 from the source, then you don't need to install pgAdmin4 from the wheel. After taking the pgAdmin4 source from git HEAD, you need to install nodeJS, Yarn to build JS/CSS modules. the error you are getting is possibly due to this. For more help, you can follo

Re: pgAdmin4 never loading

2017-10-09 Thread Dave Page
Surinder, can you help out with this please? On Fri, Oct 6, 2017 at 9:00 PM, Pavel Klimenko wrote: > Hi. > I'm get last sources from git. > Make runtime application, create virtualenv as "virtualenv pga4venv" > do: > source pga4venv/bin/activate > pip install -r ../requirements.txt > pip instal

pgAdmin4 never loading

2017-10-06 Thread Pavel Klimenko
Hi. I'm get last sources from git. Make runtime application, create virtualenv as "virtualenv pga4venv" do: source pga4venv/bin/activate pip install -r ../requirements.txt pip install backports.weakref # not run with out it pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v2.0/pip/pgadm