delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/01/14/06:01:07

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
q=dns; s=default; b=mQeOa7HQNs9FNpfwUEQVd7Y3Hj2WOg7movVPUgN+ofs
0mqbtp/e/QDURMxQHqhjYNWCyBo1yt7FTIO7rXi6xTv85ShuCtgZw/pnX1BSjdJU
mZvyZinQHj7VCLREexSZZyMKt9KGCnp3yaqpKmjJrgOlysqokgzuwsJQQj9CvkTs
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
s=default; bh=Y0RCGPm7pETz82IAU6d4Zx1R1Ww=; b=rHxa3YN8CRn7WWlCu
naeqbQHQkAToN3lQ4wJCJW96NV2uHXgn3RsQ14osyGKPaQKMEgo0ZqAjxGlJIh7p
i8xaD18F9VvezR/GaUz7TOEGn/aY5t0AJWwBzIlT2SkAduAb2YpQWurXRB42giWt
RMtPfRahcK7eeeTFqx9Uocsmig=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, UD:avast.com, wwwavastcom, UD:www.avast.com
X-HELO: mail-qk1-f176.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=hwTlTWk0erJ0qyJhhzF6Bcm2Nj1rH2516+7WVfICfh8=; b=aibiEN+xh0Utem8s9bYyYaEnuSDrMN9YGnEXvhz/nMdgfeXtn6KRBi3zOoHbEb+ZGu rK/uS5RYkcNVjniV9wZj7dN2SaEyI8bKjixzBC/XQvASkTtE0p0YkT221xsp7gYU8B4d VZ4e8ytfq1fmeQs40Bj7lW0gVRNcvVsOe8jKfh3g3xaQmsHx6W64WAFmig+Eu9HrDkRC SNtb44woJfN4QRCebZwzTbL9saDX+Sac0sHgHIgHafX8cG+zEuwQO0UPupuDzb6hLLpt r2TK1hAe/W4FwxuIKmdu3JrJkkxVbwCa5B9uRu8tkqwYYgv4NhOngy7UxRIcTmEWNJH2 2zFg==
MIME-Version: 1.0
References: <CAMCqmUMa3GBJi4VzkMyAObsEfk3i1LjdmnEAAEiZKv4XE9zypA AT mail DOT gmail DOT com> <a863fc6c-1791-8e62-4c33-39ac8909ca9c AT gmail DOT com>
In-Reply-To: <a863fc6c-1791-8e62-4c33-39ac8909ca9c@gmail.com>
From: Biofysikos Biologos <biofysikos AT gmail DOT com>
Date: Mon, 14 Jan 2019 11:00:07 +0000
Message-ID: <CAMCqmUP6YvFoAvkyRRUgqYt4DDk9Lqp9So3gwXcck264WBMpuw@mail.gmail.com>
Subject: Re: pyqt widget plugins for qt-designer do not seem to work (cygwin)
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x0EB15wE025439

5.9.4 is the version of package libQt5Core5

$ apt-cyg show libQt5Core5

On Sun, Jan 13, 2019 at 9:59 PM Marco Atzeri <marco DOT atzeri AT gmail DOT com> wrote:
>
> Am 13.01.2019 um 13:42 schrieb Biofysikos Biologos:
> > Hello,
> >
> > The situation is as follows:
> >
> > I have installed pyqt for qt5 on my cygwin platform using the following command.
> >
> > apt-cyg install python-pyqt5
> >
> > I have also installed Qt Designer using (FYI: I also installed the x-server)
> >
> > apt-cyg install qt5-devel-tools
> >
> > I have found the location of the widget plugins using:
> >
> > $ qtdiag-qt5 | grep Plugins
> >    PluginsPath: /usr/lib/qt5/plugins
> >
> > and the plugins for qt-designer are found in
> >
> > /usr/lib/qt5/plugins/designer
> >
> > To check that the plugins work I have installed some dll's inside the
> > above folder and they do show up in the widget palette of Qt Designer.
> >
> > Moreover I have installed cygpyqt5.dll which does not seem to work as
> > it is supposed to check inside /usr/lib/qt5/plugins/designer/python
> >
> > for pyqt widget plugins and add them to the widget palette. I DO have
> > a few pyqt plugins inside the folder but cygpyqt5.dll does not find
> > them.
> >
> > I am using python 2.7 and qt 5.9.4
> >
> > Have in mind that I have tried it on my Mac and it works, but it does
> > not work on cygwin. Any help is appreciated!
> >
> > Thank you,
> >
> > Biofysikos
> >
>
> the cygwin packages is 5.9.2-1 version
>
> https://cygwin.com/packages/x86_64/python2-pyqt5/
>
> so how you installed 5.9.4 ?
>
>
>
>
> ---
> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> https://www.avast.com/antivirus
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019