AW: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit

From: Palmetzhofer Dietmar <Dietmar(dot)Palmetzhofer(at)vorarlberg(dot)at>
To: "'pgadmin-support(at)lists(dot)postgresql(dot)org'" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Cc: "'Dave Page'" <dpage(at)pgadmin(dot)org>
Subject: AW: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit
Date: 2017-07-03 11:32:42
Message-ID: D1BC80FDC20DA54C9202AD4E3F40D6E52C73AA90@VNVBRWEX3.net.vlr.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Thanks a lot for helping me, it works now. I can install and run pgadmin now, also without admin privileges.

Von: Dave Page [mailto:dpage(at)pgadmin(dot)org]
Gesendet: Samstag, 01. Juli 2017 21:54
An: Mike Surcouf
Cc: Palmetzhofer Dietmar; pgadmin-support(at)lists(dot)postgresql(dot)org
Betreff: Re: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit

It is fixed for 1.6. There's a build from Friday at https://developer.pgadmin.org/~dpage/, but be aware there are a couple of issues with View Data in that one (that have been fixed for 1.6 as well).

--
Dave Page
Blog: http://pgsnake.blogspot.com<http://pgsnake.blogspot.com/>
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com<http://www.enterprisedb.com/>
The Enterprise PostgreSQL Company

On 30 Jun 2017, at 16:45, Mike Surcouf <mikes(at)surcouf(dot)co(dot)uk<mailto:mikes(at)surcouf(dot)co(dot)uk>> wrote:
It’s a known issue with proxy.
As you found out 1.3 is the last version to work.

Maybe Dave can let us know if its fixed for 1.6

From: Palmetzhofer Dietmar [mailto:Dietmar(dot)Palmetzhofer(at)vorarlberg(dot)at]
Sent: 30 June 2017 12:35
To: 'pgadmin-support(at)lists(dot)postgresql(dot)org<mailto:pgadmin-support(at)lists(dot)postgresql(dot)org>'
Subject: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit

Hello everybody,
I have installed the latest release of padmin 4 1.5, and the pgadmin does not start. When I try to start the pgadmin, I can see the splash-window, but nothing more. There is no activity shown in the taskmanager at the process, and the memory-usage also does not change any more.
This also happens, when I try to run the pgadmin with administrative privileges.
I am working in an enterprise environment with Windows 7 64 bit.
Enclosed there is the logifle with loglevel 10.
Has anybody an idea where to continue in order to solve the problem?

I have created a config_local.py with the following content:
SERVER_MODE = False
DEBUG = True
FILE_LOG_LEVEL = 10

Because we are using a proxy I have edited the
pgAdmin 4\v1\web\pgadmin\browser\__init__.py
file, and added the following lines before line 453 (otherwise I get an error-message in the logfile, this worked for version pgadmin 4, 1.3):

#DP, 15.03.2017: enabling proxy support
proxy = urlreq.ProxyHandler({'http':'http://<user>:<pwd>@<proxy>:8080', 'https':'https://<user>:<pwd>@<proxy>:8080'})
auth = urlreq.HTTPBasicAuthHandler()
opener = urlreq.build_opener(proxy, auth, urlreq.HTTPHandler)
urlreq.install_opener(opener)
#DP END

Thanks,
Didi

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Lazaro Garcia 2017-07-03 13:37:46 has pgadmin 1.6 a scheduled release date?
Previous Message Dave Page 2017-07-01 19:54:30 Re: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit