How to install in Autodesk Maya 2014?
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
I install in standalone python 2.7 on my computer. but i need to moove this library to python inside Autodesk Maya 2014. All library copying to maya python are worked. but not this library...
how to install in maya? or manually copy from standalone python to maya python?
i write to stackoverflow, but people dont know how to do it (
http://stackoverflow.com/questions/41303469/how-to-install-python-win32-libs-to-maya-2014
at now i get an error:
Error: ImportError: file <maya console=""> line 1: DLL load failed: The specified module could not be found.</maya>
You should try adding the directory which contains pywintypes27.dll to your PATH before starting Python, or copying that file to a directory already on your path . Adding it to sys.path in Python isn't enough.