You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this doesn't work check your Python scripts folder is in your PATH.
However, when I went to the Python scripts folder (on my Windows machine, this was C:\Python311\Scripts), there was only several executables for pip. I eventually found the PySide6 installation directory at C:\Python311\Lib\site-packages\PySide6, and in this directory I found an executable named designer.exe which turned out to be Qt Designer.
Not sure if this is going to be the case on other operating systems, but at least on Windows the information in the article seems to be wrong.
The text was updated successfully, but these errors were encountered:
On https://www.pythonguis.com/installation/install-qt-designer-standalone/ under the section heading "PySide6 Command line launcher" it says:
However, when I went to the Python scripts folder (on my Windows machine, this was
C:\Python311\Scripts
), there was only several executables for pip. I eventually found the PySide6 installation directory atC:\Python311\Lib\site-packages\PySide6
, and in this directory I found an executable nameddesigner.exe
which turned out to be Qt Designer.Not sure if this is going to be the case on other operating systems, but at least on Windows the information in the article seems to be wrong.
The text was updated successfully, but these errors were encountered: