Menu

#737 How to install in Autodesk Maya 2014?

v1.0 (example)
closed-invalid
nobody
maya 2014 (1)
5
2017-01-02
2016-12-27
alex
No

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.

Discussion

  • Mark Hammond

    Mark Hammond - 2017-01-02
    • status: open --> closed-invalid
     
  • Mark Hammond

    Mark Hammond - 2017-01-02

    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.