Open peroame opened 3 months ago
ive put up a patch that should fix this issue (still needs review + merge): https://github.com/slaclab/pydm/pull/1132
but here's some general info on the topic that might be useful:
designer
cmd from terminal will launch it directly, and if pydm widgets load properly you should see "Loading PyDM Widgets" output in terminalPYQTDESIGNERPATH
to <pydm_root_dir>/pydm
(where pydm_designer_plugin.py lives)PYQTDESIGNERPATH
to pip's pydm install location (can find by running pip show pydm
and appending /pydm
to the Location
field), where you can also confirm the pydm_designer_plugin.py file exists.
When installing pydm through pip, the PYQTDESIGNERPATH designer mechanism designer doesn't seem to work, ie the pydm widgets are not visible. I believe this is because the designer needs to read pydm_designer_plugin.py but the pip installation starts from one level below the top pydm directory that contains that file. If this is true, I believe it would be worth fixing pip pydm, if not, please let me know what I'm missing.
Thank you! Amedeo