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?
On Wednesday, December 6, 2017 at 6:42:16 PM UTC-5, Эдуард Станишевский wrote: > > 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! -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/79d87c52-96f6-4cf1-aff0-5f250315d354%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
