maya_python_packages
maya_python_packages copied to clipboard
Adding python packages to list
Hello,
It's not really an issue, but a suggestion you can also have a look at Eric Vignola compilation work for mayapy (maya python interpreter).
This is the google drive link: https://drive.google.com/folderview?id=0BwsYd1k8t0lEfjJqV21yTnd2elVhNXEyTXhHclhxbDhvWVF5WWZUeVFISWViaFh1TzhrNTQ&usp=sharing
This is how to compile your own python similar to mayapy (so then you can pip install any package in the right way): https://groups.google.com/forum/#!topic/python_inside_maya/yTOP-en1fDY
(Mostly the problem is with windows and numpy/scipy package as they call Fortran Libs ... and windows doesnt have a GNU compiler by default... so pip install with python 2.7 and then pasting it to maya python package folder wont work.)
Thanks your suggestion, I add you to contributor, and you can do everything for this...
Great I'll add other important python package to your repository !
Cheers A.
Done. I have added some important packages for windows only and also a README as well. Just in case people doesn't know what are those crazy package :)