Re: Building runtime-only pgAdmin4

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Building runtime-only pgAdmin4
Date: 2017-03-29 15:29:30
Message-ID: CA+OCxoxsctsBYXOiZAHcc211Es_+7jTwT=RRJf4-Sr8JysSWNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, Mar 29, 2017 at 10:51 AM, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
> I want to build pgAdmin4 runtime only; no browser interface, but ...
>
> When I built the executable following the directions for the runtime
> version and invoked pgAdmin4 it displays a dialog box asking for the python
> and application paths:
>
> $ pgAdmin4 Python path: "/usr/bin/python2"
> Python Home: ""
> Webapp path: "/usr/local/bin/pgAdmin4.py"
> Traceback (most recent call last):
> File "/usr/local/bin/pgAdmin4.py", line 23, in <module>
> import config
> ImportError: No module named config
> "Failed to launch the application server, server thread exiting."
>
> Installed here are: python-2.7.13, python3-3.6.0, and python3-PyQt5-5.6.
>
> I would appreciate advice on how to successfully build a runtime-only
> pgAdmin4.

Have you followed the instructions in the README?

https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob;f=README

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

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Rich Shepard 2017-03-29 16:19:18 Re: Building runtime-only pgAdmin4
Previous Message Rich Shepard 2017-03-29 14:51:42 Building runtime-only pgAdmin4