Re: Building runtime-only pgAdmin4

From: marcelo <marcelo(dot)nicolet(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Building runtime-only pgAdmin4
Date: 2017-03-30 00:20:19
Message-ID: 1d8dd4ad-80df-dda0-28ac-5b43948722e9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Near exactly the problems I confronted.
I don't know why this complex and troublesome build process.
Thank you, Rich.

On 29/03/17 19:33, Rich Shepard wrote:
> 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 ven
> /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 Murtuza Zabuawala 2017-03-30 05:31:13 Re: SQL tab - DDL syntax
Previous Message Rich Shepard 2017-03-29 22:33:59 Re: Building runtime-only pgAdmin4