Message 1 of 1
Python import error of maya.cmds in Sublime Text 2

Not applicable
10-21-2012
08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
My name is Joseph Alina, I started coding python in maya and everytime I do a build in Sublime Text2 I get the following:
Traceback (most recent call last):
File "C:\pythonInMaya\week4\ja_randomGauss.py", line 3, in <module>
import maya.cmds as mc
ImportError: No module named maya.cmds
What should I do or check for to lose this Import Error. Advice greatly appreciated.
~Joseph
My name is Joseph Alina, I started coding python in maya and everytime I do a build in Sublime Text2 I get the following:
Traceback (most recent call last):
File "C:\pythonInMaya\week4\ja_randomGauss.py", line 3, in <module>
import maya.cmds as mc
ImportError: No module named maya.cmds
What should I do or check for to lose this Import Error. Advice greatly appreciated.
~Joseph