From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122162 invoked by alias); 13 Jan 2019 21:43:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 122153 invoked by uid 89); 13 Jan 2019 21:43:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=folder, appreciated! X-HELO: mail-qt1-f182.google.com Received: from mail-qt1-f182.google.com (HELO mail-qt1-f182.google.com) (209.85.160.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 13 Jan 2019 21:43:09 +0000 Received: by mail-qt1-f182.google.com with SMTP id n32so24561910qte.11 for ; Sun, 13 Jan 2019 13:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6w3Xo98ebtefIyTlm94r3PZRT56OeVxHHHqk7NMrXbA=; b=U3ZB3XGMEQ4M2tJQ5+Hyk0TDrS1I4rFwq053EEgArSAiLTU4wJB9Gu0XebKmukCfX7 BuyrQqB3mVX9QIj5PwBdOYF3r4skfHq0SPfxeXpH2zYAqdob9dxkharfuKM1p7+0aFUH r+7PvfbXVUj3il3YQfmhXr1PnYftjGMd+HfRY6mb8u6UyyG1FynHklC/KNMBOYXGVOUc 36jBBjdtFoOGycPmlnmf3BbHEVjWZN/xXhvmdA36rF9WBO2D/tTbQcEtspWEn0XglXza aWSTAYK8NM8F7O8qdOiRT2crKdRdNehthLP0NSq2XNVXhsSdNULKwPzlcH7TbKqqIlub CRiw== MIME-Version: 1.0 From: Biofysikos Biologos Date: Sun, 13 Jan 2019 21:43:00 -0000 Message-ID: Subject: pyqt widget plugins for qt-designer do not seem to work (cygwin) To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00096.txt.bz2 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 -- 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