Re: Building/Running PGADMIN4

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Building/Running PGADMIN4
Дата
Msg-id CA+OCxoy-E_Lhc+ocsg0kSxxXzj0tos4v4OgTyEmjE6GL9EtLVQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Building/Running PGADMIN4  (Weston Weems <wweems@gmail.com>)
Список pgadmin-hackers
Hi

On Wed, Oct 21, 2015 at 4:27 PM, Weston Weems <wweems@gmail.com> wrote:
> Ahh running from command prompt I could see what was broke...
>
> I was missing a bunch of python modules... got thorugh a bunch of it but
> ultimately failed to get past Flask-Gravatar.
>
> Is there any chance that in the future pgadmin4 will be distributed as a
> single executable (.app in the osx world), vs having that app and having to
> setup python perfectly?

That is the intention, though right now we're concentrating on the
Python code that does the all the real work. The C++ code is really
just a runtime for desktop users (the Python code can also be deployed
on a web server for multiple users) - plus it hasn't been touched in a
long time and is known to have a threading issue that prevents it
working properly with the current Python code.

Unless you want to get involved in the development, there's probably
not much point in playing with the code yet - it only just connects to
Postgres at the moment, and can't even list databases or server
properties at the moment.

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Weston Weems
Дата:
Сообщение: Re: Building/Running PGADMIN4
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Adding maximum session idle time in the config.py fil