Re: Building/Running PGADMIN4

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Weston Weems <wweems(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Building/Running PGADMIN4
Date: 2015-10-21 15:31:15
Message-ID: CA+OCxoy-E_Lhc+ocsg0kSxxXzj0tos4v4OgTyEmjE6GL9EtLVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Wed, Oct 21, 2015 at 4:27 PM, Weston Weems <wweems(at)gmail(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-10-22 06:19:22 pgAdmin 4 commit: Adding maximum session idle time in the config.py fil
Previous Message Weston Weems 2015-10-21 15:27:25 Re: Building/Running PGADMIN4