Hi, Need help to install PyGame module for Maya 2016 x64. I downloaded 64bit PyGame Lib from Christoph Gohlke PY LIB <http://www.lfd.uci.edu/~gohlke/pythonlibs/> 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. # it works fine in python shell, only problem is inside Maya. -- 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/140997d6-291a-4d6e-a24b-b6549d5460ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
