Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. python C:Python27Libpydoc.py Script.py
  2. problem in Script - <type 'exceptions.NameError'>: global name 'cmds' is not defined
  3.  
  4. import maya.standalone
  5. maya.standalone.initialize()
  6. import pydoc
  7. import mymodule
  8. pydoc.write(mymodule) # writes the mymodule.html to current directory
  9.  
  10. 'built-in function ls'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement