-
|
Hi I am using gaffer-1.5.8.0-windows on Win 11 It seems like the QT component is missing from the download in this version. I also have |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Could you take a look at this please @ericmehl ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @kursad-k, sorry for the slow response. The first thing I'd try is simply re-downloading and unpacking the zip file again. We've had some people on Windows occasionally getting bad extractions from the archive that caused some things to be missing. You should have a sub-directory of If you that directory exists, try starting Gaffer with |
Beta Was this translation helpful? Give feedback.
Hi @kursad-k, sorry for the slow response. The first thing I'd try is simply re-downloading and unpacking the zip file again. We've had some people on Windows occasionally getting bad extractions from the archive that caused some things to be missing.
You should have a sub-directory of
python/PySide2in the Gaffer directory with a bunch of files and some more subdirectories in it. That's where theQt.pyis going to try and load Qt from.If you that directory exists, try starting Gaffer with
gaffer env pythonto launch a Python terminal in the Gaffer environment. If you doimport PySide2 as module, what do you get? If that runs without errors, what is the result ofimport shiboken2? Those …