Page 1 of 1

Kraken Windows 10

Posted: 12 Sep 2016, 17:37
by Hirazi Blue
If you try to install Kraken
after having installed the alternative PyQtForSoftimage and the alternative PySide, as I described here on Windows 10...
you'll need to edit the Kraken plugin file (kraken_si.py) on line 121 or so and remove the long() that is wrapped around the sianchor variable. That would be my first step.
(Quoted from here)
So you'll have to edit line 121 of "kraken_si.py" to read

Code: Select all

sianchor = Qt.wrapinstance(sianchor, QWidget)
Hat-tip: EricTRocks.