Re: pgAdmin 4 v1.6 Released!

2017-10-19 Thread Christoph Berg
Re: Alasdair Campbell 2017-10-10 <20171010113716.cesg7rwsm2a6o4q3@COLONEL-K> > I was just wondering if packaging the missing Python modules for Debian > had been abandoned / forgotten about with the release of pgAdmin4 v2 and > PostgreSQL 10. Trent was trying to build a deb for pgAdmin4 and ran int

Re: pgAdmin 4 v1.6 Released!

2017-10-10 Thread Alasdair Campbell
On Fri 14 Jul 2017 14:04:53 GMT, Christoph Berg wrote: > Am 14. Juli 2017 12:48:16 MESZ schrieb Raymond O'Donnell : > >Hi all, > > > >I'm trying to install pgAdmin4 in server mode on my laptop (Debian > >Jessie), and I've got as far as: > > > >python setup.py > > > >I don't have a python envir

Re: pgAdmin 4 v1.6 Released!

2017-07-27 Thread Dave Page
Hi On Wed, Jul 26, 2017 at 9:17 PM, Pawel Hadam wrote: > Hi Dave, > > Thank you. Unfortunately I cannot find those entries: > > > > pawelhadam@ogrodowa ~ > $ find /cygdrive/c -type f -name "con*py" | xargs grep "APP_REVISION" 2> > /dev/null > > pawelhadam@ogrodowa ~ > $ find /cygdrive/c -type f

Re: pgAdmin 4 v1.6 Released!

2017-07-26 Thread Pawel Hadam
Hi Dave, Thank you. Unfortunately I cannot find those entries: pawelhadam@ogrodowa ~ $ find /cygdrive/c -type f -name "con*py" | xargs grep "APP_REVISION" 2> /dev/null pawelhadam@ogrodowa ~ $ find /cygdrive/c -type f -name "conf*py" | xargs grep "APP_VERSION_INT" 2> /dev/null But I have fou

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
Hi On Fri, Jul 21, 2017 at 9:52 PM, Pawel Hadam wrote: > Hi Dave, > > I have only 2 versions of pgAdmin4.exe: > > $ find . -name "pgAdmin4.exe" > ./Program Files/PostgreSQL/9.6/pgAdmin 4/bin/pgAdmin4.exe > ./Program Files (x86)/pgAdmin 4/v1/runtime/pgAdmin4.exe > > The first one is definitely v1

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Pawel Hadam
Hi Dave, I have only 2 versions of pgAdmin4.exe: $ find . -name "pgAdmin4.exe" ./Program Files/PostgreSQL/9.6/pgAdmin 4/bin/pgAdmin4.exe ./Program Files (x86)/pgAdmin 4/v1/runtime/pgAdmin4.exe The first one is definitely v1.3 and works well when started by running the exec itself. When installe

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
Hi On Fri, Jul 21, 2017 at 7:14 AM, Pawel Hadam wrote: > Hi Dave, > > I do have pgAdmin4 v.1.3 (not v1.5) installed with > postgresql-9.6.2-3-windows-x64.exe - and it works well when started > directly from its own folder. > > I suspect, that those two environments may disturb each other, but ca

Re: pgAdmin 4 v1.6 Released!

2017-07-20 Thread Pawel Hadam
Hi Dave, I do have pgAdmin4 v.1.3 (not v1.5) installed with postgresql-9.6.2-3-windows-x64.exe - and it works well when started directly from its own folder. I suspect, that those two environments may disturb each other, but cannot see see how. Also: 1) when v1.6 launched from the installer it w

Re: pgAdmin 4 v1.6 Released!

2017-07-20 Thread Dave Page
You don't have the PostgreSQL installer from EDB or BigSQL on that machine do you? They have their own separate copies of pgAdmin. Sent from my iPad > On 20 Jul 2017, at 23:53, Pawel Hadam wrote: > > Thank you Dave, > > Full clean-up (all folders and registry) and fresh installation helps onc

Re: pgAdmin 4 v1.6 Released!

2017-07-19 Thread Johann Spies
pts rule name description -- -- -1.0 ALL_TRUSTEDPassed through trusted hosts only via SMTP 0.5 RP_MATCHES_RCVDEnvelope sender domain matches handover relay domain 2.5 BAYES_50

Re: pgAdmin 4 v1.6 Released!

2017-07-19 Thread Dave Page
[Narrowing the addressee list] Hi On Tue, Jul 18, 2017 at 11:14 PM, Pawel Hadam wrote: > Hi Dave, > > Thank you for this advise. > > Please find attached my files: > > 1) C:\Users\pawelhadam\AppData\Roaming\pgAdmin\pgadmin4.log > > I cannot understand why this log file says "Starting pgAdmin 4

Re: pgAdmin 4 v1.6 Released!

2017-07-18 Thread Pawel Hadam
Hi Dave, Thank you for this advise. Please find attached my files: 1) C:\Users\pawelhadam\AppData\Roaming\pgAdmin\pgadmin4.log I cannot understand why this log file says "Starting pgAdmin 4 v1.5..." as I have installed v1.6 from pgadmin4-1.6-x86.exe 2) C:\Program Files (x86)\pgAdmin 4\v1\web\c

Re: pgAdmin 4 v1.6 Released!

2017-07-17 Thread Dave Page
On Fri, Jul 14, 2017 at 1:58 PM, Pawel Hadam wrote: > Thank you Dave and Khushboo for advises. > > 1) (re)moving 'pgadmin4.db' - did not help. > > 2) I have disabled teredo - did not help. > > 3) localhost is resolved to IPv6 address: > > $ ping localhost > > Pinging ogrodowa [::1] with 32 bytes

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Pawel Hadam
Thank you Dave and Khushboo for advises. 1) (re)moving 'pgadmin4.db' - did not help. 2) I have disabled teredo - did not help. 3) localhost is resolved to IPv6 address: $ ping localhost Pinging ogrodowa [::1] with 32 bytes of data: Reply from ::1: time<1ms Reply from ::1: time<1ms Reply from :

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
On 14/07/17 12:52, Khushboo Vashi wrote: On Fri, Jul 14, 2017 at 4:18 PM, Raymond O'Donnell > wrote: Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: python setup.py I don't have a python

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
On 14/07/17 13:04, Christoph Berg wrote: Am 14. Juli 2017 12:48:16 MESZ schrieb Raymond O'Donnell : Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: pythonsetup.py I don't have a python envir

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Christoph Berg
Am 14. Juli 2017 12:48:16 MESZ schrieb Raymond O'Donnell : >Hi all, > >I'm trying to install pgAdmin4 in server mode on my laptop (Debian >Jessie), and I've got as far as: > >python setup.py > >I don't have a python environment set up, so I'm apt-getting my way >through various unmet dependen

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 4:18 PM, Raymond O'Donnell wrote: > Hi all, > > I'm trying to install pgAdmin4 in server mode on my laptop (Debian > Jessie), and I've got as far as: > >python setup.py > > I don't have a python environment set up, so I'm apt-getting my way > through various unmet depe

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: python setup.py I don't have a python environment set up, so I'm apt-getting my way through various unmet dependencies, and one has defeated me: Traceback (most recent call last):

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 1:55 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > >> Hi, >> >> I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD >> FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > Hi, > > I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD > FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I > got a message saying "The application server could not be contacted". > > pgAdmin 4 v 1.5 wa

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
On Fri, Jul 14, 2017 at 7:53 AM, Pawel Hadam wrote: > Hi, > > I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD > FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I > got a message saying "The application server could not be contacted". > > pgAdmin 4 v 1.5 was

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
Thanks, fixed. On Thu, Jul 13, 2017 at 7:18 PM, Lazaro Garcia wrote: > The download links are wrong, the links downloads 1.5 and not 1.6. > > > > Regards. > > > > *De:* Dave Page [mailto:dp...@pgadmin.org] > *Enviado el:* jueves, 13 de julio de 2017 11:18 a. m. > *Para:* pgAdmin Support; pgadmin

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Darren Duncan
This is just speculation, but could any vestiges of the old version's server still be running and are interfering with the new one, such as by trying to use the same server port? I'd say make sure the old version is shut down first? Restart Windows if necessary. -- Darren Duncan On 2017-07-13

Re: pgAdmin 4 v1.6 Released!

2017-07-13 Thread Pawel Hadam
Hi, I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I got a message saying "The application server could not be contacted". pgAdmin 4 v 1.5 was starting successfully in 55-60 sec. before I did this installatio

Re: pgAdmin 4 v1.6 Released!

2017-07-13 Thread Neel Patel
Hi, Thanks, Neel Patel On Jul 14, 2017 5:31 AM, "Shira Bezalel" wrote: I downloaded the Windows pgAdmin 1.6 version, and after launching it, it simply shows a black display. My colleague also on Windows 10 had the same experience. Does this sound like a known problem? It is not an issue wit

Re: pgAdmin 4 v1.6 Released!

2017-07-13 Thread Shira Bezalel
I downloaded the Windows pgAdmin 1.6 version, and after launching it, it simply shows a black display. My colleague also on Windows 10 had the same experience. Does this sound like a known problem? Shira On Thu, Jul 13, 2017 at 11:18 AM, Lazaro Garcia wrote: > The download links are wrong, the

RE: pgAdmin 4 v1.6 Released!

2017-07-13 Thread Lazaro Garcia
The download links are wrong, the links downloads 1.5 and not 1.6. Regards. De: Dave Page [mailto:dp...@pgadmin.org] Enviado el: jueves, 13 de julio de 2017 11:18 a. m. Para: pgAdmin Support; pgadmin-hackers Asunto: pgAdmin 4 v1.6 Released! The pgAdmin Development Team are pleased to a

Re: pgAdmin 4 v1.6 Released!

2017-07-13 Thread Anthony DeBarros
Congrats to the team. This one seems like a milestone! To the Pivotal team: Great work on the design! On July 13, 2017 at 11:18:05 AM, Dave Page (dp...@pgadmin.org) wrote: The pgAdmin Development Team are pleased to announce the release of pgAdmin 4 version 1.6. This release of pgAdmin 4 includ