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] Issues with query window

2016-10-24 Thread Josh Berkus
On 10/23/2016 11:13 PM, Murtuza Zabuawala wrote: > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Mon, Oct 24, 2016 at 10:12 AM, Josh Berkus > wrote: > > D

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

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

2016-10-24 Thread André Cardoso
myuser@mydebian8:~/pgadmin4-1.0/runtime$ ./pgAdmin4 Python path: "" Python Home: "" Webapp path: "/home/myuser/pgadmin4-1.0/web/pgAdmin4.py" Traceback (most recent call last): File "/home/myuser/pgadmin4-1.0/web/pgAdmin4.py", line 24, in from pgadmin import create_app File "/home/myuser

Re: [pgadmin-support] PgAdmin4 Bug report - Zoomed too far out

2016-10-24 Thread Dave Page
Hi On Thu, Oct 20, 2016 at 6:13 PM, Michael Higgins wrote: > The same behavior happens with zoom set to 1. > > Please let me know if I can provide logs or anything helpful! I have no idea what is causing this then, unless there's another config file that's being read somehow (which Qt may do - c

Re: [pgadmin-support] Issues with query window

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 7:13 AM, Murtuza Zabuawala wrote: > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Mon, Oct 24, 2016 at 10:12 AM, Josh Berkus wrote: >> >> Dave, all: >> >> >> 1. The column headers in the query r

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 5:30 AM, Josh Berkus wrote: > On 10/11/2016 01:47 PM, Dave Page wrote: >> >> >> On Tuesday, October 11, 2016, Josh Berkus > > wrote: > >> Ah, so I can drop a path into config_local? >> >> >> Yes, per the example I sent yesterday. config_local.p

Re: [pgadmin-support] Pgadmin 4 view and sort table

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 5:37 AM, Josh Berkus wrote: > Russell, > > I'm responding as a fellow user. > > >>> Perhaps I am jumping the gun here, as the software is recently >>> released, but I am having trouble figuring out some basic operations >>> that I could do using PGAdmin 3. >>> >>> 1. Open