How to use an external interpreter for Maya?
问题 Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import maya.standalone ImportError: No module named maya.standalone This is my condition: Python version provided by Maya Environment variable PYTHONPATH set to sitepackages folder and MAYA_LOCATION to Maya root folder site-packages address appended to sys.path dll files are here in this address %:\Program Files\Autodesk\Maya2014\Python\DLLs I set the environment to address above and still got the same error Why should