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
{{ message }}
This repository was archived by the owner on Jul 21, 2022. It is now read-only.
Line 4 in the pyside_utils.py causes a failure when loading Nuke 10.x:
from PySide import QtGui, QtCore, QtUiTools
Error:
Traceback (most recent call last):
File "/Users/vectorthirteen/.nuke/menu.py", line 18, in <module>
from conductor import submitter
File "/Users/vectorthirteen/conductor_client/conductor/submitter.py", line 20, in <module>
from conductor.lib import conductor_submit, pyside_utils, common, api_client, loggeria, package_utils
File "/Users/vectorthirteen/conductor_client/conductor/lib/pyside_utils.py", line 4, in <module>
from PySide import QtGui, QtCore, QtUiTools
ImportError: cannot import name QtUiTools