How to configure the PyCharm external tool of `Qt Designer`?
-
I use pip installed PyQt6 in my Conda base environment:
pip list:
... PyQt6 6.7.1and 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 126QQ20241009-131449.pngQQ20241009-131509.png
-
I use pip installed PyQt6 in my Conda base environment:
pip list:
... PyQt6 6.7.1and 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 126QQ20241009-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?
-
M markleo has marked this topic as solved on