delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/01/13/16:59:06

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=X77ks1dwWyRJzErC
v3CAot+0Xp7oqMh9KcMmQ3D9jEf6BmX2DGIdHdkm748metvheS9/frvbrc+bsovC
bmVGjXWeEmMyC/iFu7mecUt8B9yfLBjXpSo9ohsjj/SmI6PFgKoHa92C0s4uhACw
ipE7OMQhLF9hW6wjq+qiXgBQ3Eo=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=lC2l4d2eVUWO9XFho15bJ2
JbTEU=; b=koC+Xnb37RghSTlhsYwrRVhIYdiPV4ADr5x1p62wZQlqEy8YmfLQud
j5lw8/9PO5+qsPjnMYKRntV7FzBr1A2yEEvSiL3+tExzxCtY+fuZkBp71rXHBJwL
TZbOSVCwlsKToFSK6jc2KTbn0AyPXzpM2FR0hNT7+YJsrWSOKX7Z8=
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-pf1-f169.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=OltXNILOqPfbpL3aNcqhZo4k5Web457dih/3rlbOB9s=; b=T9bVBPHQnfP7DLgdqiJPS6HtbAOsgdsMEEzeoRlM2tynfJkYFjhVIDFnccDZfGM0g9 i6wGdk38GoKBEqG5CIj+5eEs8l+UkVJtN+bSVLLArmmLH1ZIMNnVuuFNuSqgoZ/Yo8TA MDirWJkgqbi67Nne57+FdGkjBixxNnRnNSt3qh7NOBeM47eofiV3s0MPEBjIY6HWjRLs DPAGqDZW1m6De5wstdK9iQ0ultOIW0h3iFfP3t/FOIxvjJNrm6zCPGGcVBdccQZ1QUXu EWtznrIDL1Ftc2MrVzBT2S1P7SauyCLspQ99Sxep9bx7KNDhuHGMkcWy8YDjk3cxp6pi yQ6g==
Subject: Re: pyqt widget plugins for qt-designer do not seem to work (cygwin)
To: cygwin AT cygwin DOT com
References: <CAMCqmUMa3GBJi4VzkMyAObsEfk3i1LjdmnEAAEiZKv4XE9zypA AT mail DOT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <a863fc6c-1791-8e62-4c33-39ac8909ca9c@gmail.com>
Date: Sun, 13 Jan 2019 13:58:50 -0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0
MIME-Version: 1.0
In-Reply-To: <CAMCqmUMa3GBJi4VzkMyAObsEfk3i1LjdmnEAAEiZKv4XE9zypA@mail.gmail.com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x0DLx4j8019110

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


- Raw text -


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