1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: can't find pydm widget |
From: | "Lorelli, Jeremy J via Tech-talk" <tech-talk at aps.anl.gov> |
To: | tech-talk <tech-talk at aps.anl.gov>, Silver <marco_hair at 163.com> |
Date: | Mon, 10 Aug 2020 07:21:46 +0000 |
Hi Geyang,
I had a similar problem when installing pydm initially. An easy fix is to create a file called designer_plugin.py with the following code in it:
from pydm.widgets.qtplugins import *
Then point PYQTDESIGNERPATH to the directory where this file is located.
Best,
Jeremy L.
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Silver via Tech-talk <tech-talk at aps.anl.gov>
Sent: Monday, August 10, 2020 12:06 AM To: tech-talk <tech-talk at aps.anl.gov> Subject: can't find pydm widget hi,
As the steps in https://slaclab.github.io/pydm/installation.html, I
used Miniconda to install the software. When I run designer(QT5), I can't find pydm widget in GUI.
I try to add environment variable as: "export PYQTDESIGNERPATH=/home/iocusr/miniconda2/envs/pydm-env/lib/python3.6/site-packages/pydm/"
it didn't work. can anyone give me some suggestions? Thanks a lot.
Best wishes
Geyang 2020-08-10
|