Обсуждение: pgadmin4 beta 1 blocked

Поиск
Список
Период
Сортировка

pgadmin4 beta 1 blocked

От
Luca Ferrari
Дата:
Hi all,
after installing pgadmin4 beta 1 wheel and trying to execute it the
program stucks. Enabling a verbose trace I got it hangs up on:

% python -v ./pgadmin4.py
...
# /usr/lib/python2.7/BaseHTTPServer.pyc matches
/usr/lib/python2.7/BaseHTTPServer.py
import BaseHTTPServer # precompiled from /usr/lib/python2.7/BaseHTTPServer.pyc


and nothing else happens.
Any idea?

Thanks,
Luca



Re: pgadmin4 beta 1 blocked

От
Dave Page
Дата:
On Tue, Jun 14, 2016 at 7:33 AM, Luca Ferrari <fluca1978@infinito.it> wrote:
> Hi all,
> after installing pgadmin4 beta 1 wheel and trying to execute it the
> program stucks. Enabling a verbose trace I got it hangs up on:
>
> % python -v ./pgadmin4.py
> ...
> # /usr/lib/python2.7/BaseHTTPServer.pyc matches
> /usr/lib/python2.7/BaseHTTPServer.py
> import BaseHTTPServer # precompiled from /usr/lib/python2.7/BaseHTTPServer.pyc
>
>
> and nothing else happens.
> Any idea?

Sounds like it's running, and waiting for you to connect. Point your
browser at http://127.0.0.1:5050 (assuming you didn't change the
default port).

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

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