Its not necessary to paste screen shots in this case, for simple text output using code delimiters will suffice.
Problem 1)
Code:
No Module named ez_setup
easy_install is not installed correctly. python packages are installed in site-packages. And this error is telling you its not there. Most packages usually have a setup.py file so if you run setup.py build && setup.py install as root for ez_setup. That will fix it
Problem 2)
easy_install requires an argument namely what you want to install. Eg to install mymod from pypi run easy_install mymod