Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-25 Thread Dave Page
On Tue, Oct 25, 2016 at 12:07 PM, André Cardoso wrote: > I'm not talking about APT, Yum or pip documentation... Except the problem you reported is clearly a problem with getting pip working. > README: > To build the runtime, the following packages must be installed: > > - QT 4.6 or above (older

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-25 Thread André Cardoso
I'm not talking about APT, Yum or pip documentation... README: To build the runtime, the following packages must be installed: - QT 4.6 or above (older versions may work, but haven't been tested). - Python 2.6 or above. QT 4.6 and Python have A LOT o packages. So the QT and Python "basic" instal

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-25 Thread Dave Page
Hi On Tue, Oct 25, 2016 at 11:42 AM, André Cardoso wrote: > Hi! > > Same problem with proxy. > Tried to set PROXY, http_proxy, https_proxy variables, but no go... > > root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r > requirements_py2.txt > Downloading/unpacking Babel==1.3 (from -r req

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-25 Thread André Cardoso
Hi! Same problem with proxy. Tried to set PROXY, http_proxy, https_proxy variables, but no go... root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r requirements_py2.txt Downloading/unpacking Babel==1.3 (from -r requirements_py2.txt (line 1)) Cannot fetch index base URL https://pypi.pyt

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread Johann Spies
On Mon, Oct 24, 2016 at 01:01:35PM -0200, André Cardoso wrote: > > How can I set pip to use proxy? Just a guess: try setting the shell variable (bash?) like this: PROXY=http://someproxy.somewhere.org:3128 and then run pip. Regards JOhann -- Johann SpiesTelefoon:

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 4:01 PM, André Cardoso wrote: > I'm using Python 2.7.9... > Made changes to the last line of the requirements_py2.txt file keeping only > ordereddict. > > Got the errors below... > > root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r > requirements_py2.txt > Downlo

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread André Cardoso
I'm using Python 2.7.9... Made changes to the last line of the requirements_py2.txt file keeping only ordereddict. Got the errors below... root@mydebian8:/home/mydebian8/pgadmin4-1.0# pip install -r requirements_py2.txt Downloading/unpacking Babel==1.3 (from -r requirements_py2.txt (line 1)) Ca

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread Dave Page
Please keep the list CC'd. On Mon, Oct 24, 2016 at 2:42 PM, André Cardoso wrote: > root@mydebian8:/home/i1854609/pgadmin4-1.0# pip install -r > requirements_py2.txt > Exception: > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in > mai

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 2:33 PM, Johann Spies wrote: > On Mon, Oct 24, 2016 at 11:03:17AM -0200, André Cardoso wrote: >> >> from flask import Flask, abort, request, current_app >> ImportError: No module named flask >> "Failed to launch the application server, server thread exiting." > > ... >

Re: [pgadmin-support] pgAdmin4 - cannot run on Debian 8

2016-10-24 Thread Johann Spies
On Mon, Oct 24, 2016 at 11:03:17AM -0200, André Cardoso wrote: > > from flask import Flask, abort, request, current_app > ImportError: No module named flask > "Failed to launch the application server, server thread exiting." ... > > How can I fix this? Try "pip-install Flask" and if necessa