How to configure the PyCharm external tool of `Qt Designer`?
Solved
Qt for Python
-
I use pip installed PyQt6 in my Conda base environment:
pip list:
... PyQt6 6.7.1
and I want to add the external Tool in my PyCharm:
I fill up
Program:
/opt/anaconda3/lib/python3.12/site-packages/PyQt6/Qt6/lib/QtDesigner.framework/Versions/A/QtDesignerWorking directory: $ProjectFileDir$
but when I run the external tool, it do not work.
error text:
/opt/anaconda3/lib/python3.12/site-packages/PyQt6/Qt6/lib/QtDesigner.framework/Versions/A/QtDesigner /opt/anaconda3/lib/python3.12/site-packages/PyQt6/Qt6/lib/QtDesigner.framework/Versions/A/QtDesigner: /opt/anaconda3/lib/python3.12/site-packages/PyQt6/Qt6/lib/QtDesigner.framework/Versions/A/QtDesigner: cannot execute binary file Process finished with exit code 126
QQ20241009-131449.pngQQ20241009-131509.png
-
Hi,
You pointed PyCharm to a library not the Designer executable.
-
@SGaist said in How to configure the PyCharm external tool of `Qt Designer`?:
You pointed PyCharm to a library not the Designer executable.
I don't find a Qt Designer executable file except this, could you tell me which path should be?
-