Skip to content
Marcus Ottosson edited this page Aug 28, 2015 · 3 revisions

# 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.

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

Clone this wiki locally