Closed darkvertex closed 6 years ago
(Just for the record, I do not have anything set in my environments to request the experimental features. PYBLISH_QML_FOSTER
was not set.)
I get the same vesselParent
KeyError when launching outside the REPL interpreter also, running a simple file with just 2 lines:
import pyblish_qml
pyblish_qml.show(modal=True)
(Modal because otherwise Python would exit immediately.)
My studio's current Linux flavour is
CentOS Linux release 7.4.1708 (Core)
.pyblish_qml release 1.8.0 (with the changes from PR #293) appears to be broken on my environment, throwing a KeyError before ever appearing. Release 1.7.4 does not have a problem.
Here's an environment with PyQt 5.6,
pyblish_base==1.6.1
andpyblish_qml==1.8.0
:and no UI ever appears.
Here is the same, except using
pyblish_qml==1.7.4
instead of 1.8.0:...and the UI appears (with no plugins so it's a little empty, but hey, it works.)