We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# ImportError: No module named pyblish_maya #
This can happen when Pyblish hasn't been set-up correctly to your PYTHONPATH, or not added to your sys.path. Here are a few debugging tips.
PYTHONPATH
sys.path
import sys pyblish_path = r"/path/to/pyblish-maya/pyblish_maya/pythonpath" sys.path.insert(0, pyblish_path) import pyblish_maya
Language, software and platform agnostic, feature film-strength quality assurance for content.
Table of contents