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=eX/fJ7O+SMRAAvUXwenqsS2/55QpSCNc8UG28xMz8MH LjwkUZ2HJ2W+nrCnDTi43NNvdcAUso2DSCG5P4BP6VUsGnmrochpWQ4GF1X59GRo XtMZjm9dSz5nZuiTQ8jYJu+am91XPrUWeH+mAXaSEt93ibtg1N6xI9AoU68g0d5k = 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=Kj0Ref1z0WZCzfUzy9Mz0g5AW7A=; b=ggFNPz4kr9LWzfZgH l1JCv0MB+8U79VQ5nRh6saDnKebxD2fSbI+5K+UjW8SMg7boe8wreFqPENyx36ik wFRUfHRPmLLWu7oXlak7dQoR11MLlYtb7eX/415JQC021zDL0rBmxbRov4+xUNAR ggLkm6K/7szeqXc0yBNVpE+lw8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-qt1-f181.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=EZXc+vJlL3tcVaM40mDSCapA9Ps3KDnjuZd1nO2ii7k=; b=axxoge175PsXEtaUuG+DkVSiFnsFR2Vcz2NfZISErrEqQqk5JZWZF09FJE/ChsTp7F t5Bm1aWDxO95t0cOwPw9+kf6xcuPRQ5CkUzDpd3NQSbq7E6m3kGDLs9p09gJD1ZiS11V yVk9V6oO+HspBT1LM4HKtN7n5oqR7J65XpUJ+JVXok9yNs1PRmmS/7QtrGLj/yITkkfc pESyGuWpumSONEJPcRIQbJ2STB9C5OZ5CeUtDSFcrt2SBRtmoqVJJ7+LfEKNcr+EDcPv LWXjlCtw6PpME4LnlomtLacKdqOoQAZ5NncIBkTEyQ5A6SKiEGMBgPfV79RFYJ/V1GtD cQEg== MIME-Version: 1.0 References: In-Reply-To: From: Biofysikos Biologos Date: Mon, 14 Jan 2019 10:55:37 +0000 Message-ID: Subject: Re: pyqt widget plugins for qt-designer do not seem to work (cygwin) To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x0EAu0CG024477 yes. it says so when I run qtdiag-qt5: $ qtdiag-qt5 Qt 5.9.4 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 6.4.0) on "xcb" OS: CYGWIN_NT-10.0 2.11.2(0.329/5/3) [cygwin_nt-10.0 version 2.11.2(0.329/5/3)] Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 RTM HLE .... On Sun, Jan 13, 2019 at 9:59 PM Marco Atzeri 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