I want to install the 'see' module for python. The instructions I am given (based on Geordie Martinez "Learn Python Inside Maya Module") seem to be out of date, and mention having to install one *see.py* file found here: https://araile.github.io/see/index.html But I don't see one "see.py" file. Instead I see two files to download see-1.4.0-py2.py3-none-any.whl <https://pypi.python.org/packages/d8/83/8881f71ad3c09599f34569864c674aea7ed28aed29993ded757c27e349bb/see-1.4.0-py2.py3-none-any.whl#md5=75f88e1708cb38579bac70cbddb26378> (md5 <https://pypi.python.org/pypi?:action=show_md5&digest=75f88e1708cb38579bac70cbddb26378>) and see-1.4.0.tar.gz <https://pypi.python.org/packages/4d/33/e22030ccc56b2552a5d605e48a74d1a4028a0f3041dfa53bdde1ae1d2582/see-1.4.0.tar.gz#md5=affce5410c733ed32eef108319c36909> (md5 <https://pypi.python.org/pypi?:action=show_md5&digest=affce5410c733ed32eef108319c36909>)
So I down load these files and try to follow the instructions. Run the following command in your terminal to install the latest release: $ pip3 install --upgrade see Nothing happens! Could someone help me to install the see.py module. Just in case you were wondering. What this module does. "It neatly summarises what you can do with an object. Use it to inspect your code or learn new APIs." -- 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/d0ea383f-6f09-4dae-b357-7c0da12c1a10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
