public inbox for [email protected]
help / color / mirror / Atom feedBuilding/Running PGADMIN4
3+ messages / 2 participants
[nested] [flat]
* Building/Running PGADMIN4
@ 2015-10-21 14:34 Weston Weems <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Weston Weems @ 2015-10-21 14:34 UTC (permalink / raw)
To: pgadmin-hackers
I've been following the chain of emails back and forth and have actually
been able to build on osx for a while, but I get this when trying to
start... (just double clicking pgAdmin4 .app it spat out
An error occurred initialising the applicaiton server: "Failed to launch
the application server, server thread exiting"
Is there any sort of logging I can turn on to be able to further
troubleshoot?
I'd like to be able to evaluate where things are and potentially help out
etc.
Weston
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Building/Running PGADMIN4
@ 2015-10-21 15:27 Weston Weems <[email protected]>
2015-10-21 15:31 ` Re: Building/Running PGADMIN4 Dave Page <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Weston Weems @ 2015-10-21 15:27 UTC (permalink / raw)
To: pgadmin-hackers
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?
thanks!
Weston
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Building/Running PGADMIN4
2015-10-21 15:27 Re: Building/Running PGADMIN4 Weston Weems <[email protected]>
@ 2015-10-21 15:31 ` Dave Page <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Dave Page @ 2015-10-21 15:31 UTC (permalink / raw)
To: Weston Weems <[email protected]>; +Cc: pgadmin-hackers
Hi
On Wed, Oct 21, 2015 at 4:27 PM, Weston Weems <[email protected]> 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
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2015-10-21 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 14:34 Building/Running PGADMIN4 Weston Weems <[email protected]>
2015-10-21 15:27 Re: Building/Running PGADMIN4 Weston Weems <[email protected]>
2015-10-21 15:31 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox