Re: [pgadmin-hackers] Possible error in latest git pull

2016-08-04 Thread Colin Beckingham
Company <http://www.enterprisedb.com> /http://www.linkedin.com/in/asheshvashi/ On Thu, Aug 4, 2016 at 4:42 PM, Colin Beckingham <col...@kingston.net <mailto:col...@kingston.net>> wrote: Just did a git pull on pgadmin4 and on attempt to start the web interface I have a probl

[pgadmin-hackers] Possible error in latest git pull

2016-08-04 Thread Colin Beckingham
Just did a git pull on pgadmin4 and on attempt to start the web interface I have a problem. App seems to start correctly and invites me to open my browser, but on attempt to log in I get a rotating wheel and this in the console. Quite possibly my error, on openSUSE Leap 42.1 fully patched: >

[pgadmin-hackers] Where is option to disable pgadmin4 version check?

2016-07-18 Thread Colin Beckingham
Tried to find the option to disable version check, but not clear on where to find it. I checked preferences, nothing there. Perhaps it is contained in some non-obvious option or I am dull today. Not sure why version strings should be arbitrary. Doesn't it make them less useful? -- Sent

[pgadmin-hackers] Logical comparison on startup pgadmin4

2016-07-18 Thread Colin Beckingham
Each time I run pgadmin4 I run a git pull to get latest. Then launch from web browser at 5050, no problem. However a message pops up to say that I am running this version but the current is something else. For example: "You are currently running version 1.0-beta2.1 of pgAdmin 4, however the

[pgadmin-hackers] Curious record sorting in pgadmin4

2016-06-30 Thread Colin Beckingham
On openSUSE Leap 42.1 using very latest pgadmin4 version using git pull, when I open a database, select a table and use the default view data all records I observe a very curious effect. With SQL such as select * order by ID ascending, when the output is paged across more than one set of 50

Re: [pgadmin-hackers] Fix for issue RM1336 [pgadmin4]

2016-06-20 Thread Colin Beckingham
On 20/06/16 09:33, Dave Page wrote: It's not that it's necessarily hard, it's that there are only 24 hours in the day to get things done. We've got a long list of improvements to make - some immediate (i.e. in time for betaX - 2 being today in fact), others for GA and others for future

[pgadmin-hackers] pgadmin4 qmake selects python 3 by default?

2016-06-17 Thread Colin Beckingham
On openSUSE Leap 42.1, using system with both python2- and python3-config, qmake selects python3. --- qmake Project MESSAGE: Building for QT4... Project MESSAGE: Building for Linux/Mac... Project MESSAGE: Using /usr/bin/python3-config Project MESSAGE: Python3 detected. --- Is this a deliberate

[pgadmin-hackers] pgadmin4 slow with large tables compared to pgadmin3

2016-06-13 Thread Colin Beckingham
I have the latest fully patched pgadmin4. Runs fine on openSUSE Leap 42.1 using browser Firefox. When I load a full large table such as the words table (140K records) from wordnet, pgadmin3 takes about 2 seconds to display. On pgadmin4 I wait about 30+ seconds and click through about 5 reminders

Re: [pgadmin-hackers] pgadmin4: Server does not launch

2016-06-08 Thread Colin Beckingham
On 08/06/16 12:22, Dave Page wrote: On Wed, Jun 8, 2016 at 5:03 PM, Colin Beckingham <col...@kingston.net> wrote: Right, forced an upgrade via pip2 and it overwrote the existing psycopg2. In interactive mode psycopg2 now imports correctly. Now, when I run step 3 from web directory the c

Re: [pgadmin-hackers] pgadmin4: Server does not launch

2016-06-08 Thread Colin Beckingham
On 08/06/16 09:57, Dave Page wrote: On Wed, Jun 8, 2016 at 2:46 PM, Ashesh Vashi <ashesh.va...@enterprisedb.com> wrote: On Jun 8, 2016 18:53, "Colin Beckingham" <col...@kingston.net> wrote: Thanks. config_local.py did not exist. I created one in the "w

Re: [pgadmin-hackers] pgadmin4: Server does not launch

2016-06-08 Thread Colin Beckingham
On 08/06/16 09:57, Dave Page wrote: On Wed, Jun 8, 2016 at 2:46 PM, Ashesh Vashi <ashesh.va...@enterprisedb.com> wrote: On Jun 8, 2016 18:53, "Colin Beckingham" <col...@kingston.net> wrote: Thanks. config_local.py did not exist. I created one in the "w

Re: [pgadmin-hackers] pgadmin4: Server does not launch

2016-06-08 Thread Colin Beckingham
Vashi On Jun 8, 2016 17:45, "Colin Beckingham" <col...@kingston.net <mailto:col...@kingston.net>> wrote: FWIW I can build a pgAdmin4 file ok on openSUSE linux, but on launch I see: ~/pgadmin4/runtime> ./pgAdmin4 Python path: "/usr/lib64/python2.7&

[pgadmin-hackers] pgadmin4: Server does not launch

2016-06-08 Thread Colin Beckingham
FWIW I can build a pgAdmin4 file ok on openSUSE linux, but on launch I see: ~/pgadmin4/runtime> ./pgAdmin4 Python path: "/usr/lib64/python2.7" Webapp path: "/home/colin/pgadmin4/web/pgAdmin4.py" Traceback (most recent call last): File "/home/colin/pgadmin4/web/pgAdmin4.py", line 23, in

[pgadmin-hackers] pgadmin4 install problems

2016-06-07 Thread Colin Beckingham
First time install from git of pgadmin4, a few problems. Requirements seem to be installed correctly, but on make I get Babel not imported. pip shows that Flask and Babel are in. I'm getting the impression that python 3 is required, since if I try 2.7 I get many problems with importlib.util