For future reference, Python has its own repository for libraries which can be used over yum. Yum will only install to the OS's build of python. So, for example, if you build an instance if 3.2, you can't use yum. Instead, you can use
http://pypi.python.org/pypi/pip/ which is a Python specific repository.