Hi elrond79!
I attach the full error message:
# pymel.core : Updating pymel with pre-loaded plugins: mayaHIK, tiffFloatReader, ArnoldExport,
bifrostvisplugin, Mayatomr, ikSpringSolver, ik2Bsolver, xgenToolkit, AbcExport, retargeterNodes,
dGPUCache, VectorRender, AutodeskPacketFile, arnoldExport, OpenEXRLoader, Unfold3D,
mayaCharacterization, modelingToolkit, xyMayaTools, rotateHelper, MayaMuscle, DirectConnect,
dMayaPlugins, matrixNodes, AbcImport, BifrostMain, autoLoader, sceneAssembly, Substance,
OneClick, shaderFXPlugin, objExport, bifrostshellnode, ArubaTessellator, stereoCamera, xgenMR,
quatNodes, modelingToolkitStd, fbxmaya #
# Error: 'module' object has no attribute 'HIKComputeReference'
# Traceback (most recent call last):
# File "<maya console>", line 1, in <module>
# File "file://u:\extensions\python\base\dl\python\projects\comet_sb\deformSetup.py";, line 1, in <module>
# import pymel.core as pc
# File "C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\core\__init__.py", line 297, in <module>
# _installCallbacks()
# File "C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\core\__init__.py", line 295, in _installCallbacks
# _pluginLoaded( plugin )
# File "C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\core\__init__.py", line 134, in _pluginLoaded
# _addPluginCommand(pluginName, funcName)
# File "C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\core\__init__.py", line 63, in _addPluginCommand
# _pmcmds.addWrappedCmd(funcName)
# File "C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\internal\pmcmds.py", line 115, in addWrappedCmd
# cmd = getattr(maya.cmds, cmdname)
# AttributeError: 'module' object has no attribute 'HIKComputeReference' #
2015. május 19., kedd 18:57:31 UTC+2 időpontban elrond79 a következőt írta:
Hey David - please turn on the option in Maya for displaying the full python traceback. Don't have a maya available at the moment, but there should be an option for it somewhere in script editor window's menus. Once I have a full traceback, I may be able to help...
Hi guys!
I wrote a script that using pymel. It works on 5 computers but on one doesn't, so I think the script is ok.
There was a maya2015 reinstall. Actually the 6 computers are (should be) the total same with same setup.
The script does not so special just creating some nodes, etc...
The error appears the one computer:
# pymel.core : Updating pymel with pre-loaded plugins: mayaHIK, tiffFloatReader, ArnoldExport, bifrostvisplugin, Mayatomr, ikSpringSolver, ik2Bsolver, xgenToolkit, AbcExport, retargeterNodes, dGPUCache, VectorRender, AutodeskPacketFile, arnoldExport, OpenEXRLoader, Unfold3D, mayaCharacterization, modelingToolkit, xyMayaTools, rotateHelper, MayaMuscle, DirectConnect, dMayaPlugins, matrixNodes, AbcImport, BifrostMain, autoLoader, sceneAssembly, Substance, OneClick, shaderFXPlugin, objExport, bifrostshellnode, ArubaTessellator, stereoCamera, xgenMR, quatNodes, modelingToolkitStd, fbxmaya
# Error: AttributeError: file C:\Program Files\Autodesk\Maya2015\Python\lib\site-packages\pymel\internal\pmcmds.py line 115: 'module' object has no attribute 'HIKComputeReference' #
Any idea?
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.