Re: Database issues when adding GUI

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Database issues when adding GUI
Date: 2021-06-07 22:50:08
Message-ID: 98386856-6461-cc3f-b807-d0f2ed22fda9@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/7/21 3:45 PM, Rich Shepard wrote:
> On Mon, 7 Jun 2021, Adrian Klaver wrote:
>
>> Alright. What is the version of Qt installed on the machine. Do in
>> terminal:
>
> $ ls /var/log/packages/ | grep qt
> qt5-5.12.8-x86_64-1_SBo
>
> among others.

That is why asked you to do in a terminal:

qtdiag

That will show what is currently installed, not what has been installed
over time. The bottom line is that this is Qt issue and to solve it is
going to require working from the Qt side and that is only going to work
by knowing what version of Qt(not PyQt) is being used.

>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2021-06-07 22:58:06 Re: Database issues when adding GUI
Previous Message Rich Shepard 2021-06-07 22:45:37 Re: Database issues when adding GUI