-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Receiving the error "No module named pyblish_qml" when attempting to exec pyblish_maya.show() under maya 2018.
executing:
import pyblish_qml, pyblish, pyblish_maya
from pyblish_qml import api
sys.path.append(r'G:\_PIPELINE_MANAGEMENT\_externalPythonLibraries\pyblish_maya\pythonpath')
pyblish.api.register_gui("pyblish_qml")
api.register_python_executable("C:/Python27/python.exe")
api.register_pyqt5(r'G:\_PIPELINE_MANAGEMENT\_externalPythonLibraries\PyQt5')
pyblish_maya.setup()
pyblish_maya.show()
result:
pyblish: Deregistered g:/_PIPELINE_MANAGEMENT/_externalPythonLibraries\pyblish_maya\plugins
pyblish: Integration torn down successfully
pyblish: Registered g:/_PIPELINE_MANAGEMENT/_externalPythonLibraries\pyblish_maya\plugins
Pyblish loaded successfully.
Setting up Pyblish QML in Maya
Using Python @ 'C:/Python27/python.exe'
Using PyQt5 @ 'G:\_PIPELINE_MANAGEMENT\_externalPythonLibraries\PyQt5'
Targets: default
Success. QML server available as pyblish_qml.api.current_server()
C:\Python27\python.exe: No module named pyblish_qml
Metadata
Metadata
Assignees
Labels
No labels