Re: Building runtime-only pgAdmin4

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Building runtime-only pgAdmin4
Date: 2017-03-29 22:33:59
Message-ID: alpine.LNX.2.11.1703291531060.22625@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, 29 Mar 2017, Rich Shepard wrote:

> Now on to the config file.

Copied the config_local.py from the README to that filename in
/opt/pgAdmin4/web/.

Then cd'd to /opt/pgAdmin4/runtime/ and ran qmake. Despite having
python3-3.6.0 and Qt5-5.5.1 installed, and all the requirements installed
using pip3, qmake saw none of this:

$ qmake
Project MESSAGE: Building for QT4...
Project MESSAGE: Using QWebKit...
Project MESSAGE:
Project MESSAGE: ************************************** WARNING **************************************
Project MESSAGE: * It is strongly advised that Qt 5.5.0 or later is used to build the pgAdmin runtime.
Project MESSAGE: *************************************************************************************
Project MESSAGE:
Project MESSAGE: Building for Linux/Mac...
Project MESSAGE: Using /home/rshepard/.virtualenvs/pgadmin4/bin/python-config
Project MESSAGE: Python2 detected.

I'm giving up. I need to get work done and this is taking too much of my
day.

Rich

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message marcelo 2017-03-30 00:20:19 Re: Building runtime-only pgAdmin4
Previous Message Rich Shepard 2017-03-29 22:11:42 Re: Building runtime-only pgAdmin4