-
Notifications
You must be signed in to change notification settings - Fork 28
Help
Marcus Ottosson edited this page Aug 28, 2015
·
3 revisions
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