NEED HELP PLZ!!!

29 views
Skip to first unread message

flutt...@gmail.com

unread,
Dec 6, 2017, 6:42:16 PM12/6/17
to Python Programming for Autodesk Maya
Hi guys! I am not programmer, i am just 3d artist. i have a problem and there is no answer in the internet and also autodesk forum cant solve it.

When i try to export in xGen a mesh as archive, i got this message in script editor:

Traceback (most recent call last):
File "C:/Program Files/Autodesk/Maya2016.5/plug-ins/xgen/scripts/xgenm/xmaya/xgmArchiveExportBatch.py", line 23, in <module>
import maya.standalone as ms
ImportError: The specified procedure could not be found.


And no archive is created.((( How can i solve it? Please HELP me!

Andres Weber

unread,
Dec 7, 2017, 2:58:03 PM12/7/17
to Python Programming for Autodesk Maya
Sounds like you might have corrupted your installation of Maya to be honest if it can't import the standalone module, but there's a lot more information I'd need to know before actually believing it.  If you open maya, go to the script editor, open a python tab and then type:
import maya
import maya.cmds as mc
import maya.standalone as ms
and then run that, does it give you the same error or more errors?  Did you do something to your environment variables?  Are you running this at a studio with a very custom environment or from home?
Reply all
Reply to author
Forward
0 new messages