Hi, Need help to install PyGame module for Maya 2016 x64.
I downloaded 64bit PyGame Lib from Christoph Gohlke PY LIB
site and i installed successfully in “C:\Python27” using “pip install *.whl” command.
After that i copied PyGame folder from “C:\Python27\Lib\site-packages” & paste in “C:\Program Files\Autodesk\Maya2016\Python\Lib\site-packages”.
And then run import pygame in Maya script editor & got below error…
# Error: ImportError: file C:\Program Files\Autodesk\Maya2016\Python\lib\site-packages\pygame\__init__.py line 142: DLL load failed: The specified module could not be found. #