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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=XoTaI8L0XxDqGl0Ri8nuBMd9JUnVa DqAJ/kBxjdVJGoHRDjcUz+Qkef5tzwFIh2ADSJ6WLKoPwdUACKaGx6FpQEr2DZCa oQO4HV0y1jdBedMNIgqVBJJnuhqBLnexyEcRo3yqUlIcLsJ/NNeP5zrPzxU1A4z0 zjttZHqgtciVUA= 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:from:date:message-id:subject:to :content-type; s=default; bh=XvJYlStSnx4Pr9biegwcXnhfrzg=; b=a2V qWdwUWQK/gFdarqaRZXW6GlmDxeo5i7bW7NOiQKheTMGU2jzN9ATmIhX6NtVsDk+ ZB34iTPzkkysUeclldH0Qw3NhoCLKrfa7pNckOSTrWxtQFXh7kNf9ddmoyoqdiqY XK02V7/we69NkP+uJTn2mAAcyPKBIfK/V1Oy0QzA= 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.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 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:42:57 +0000 Message-ID: Subject: 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 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