I am trying to install MySQL-python
on my ubuntu server. Have Python 2.7
installed. I tried: sudo pip install MySQL-python
and I am getting the error:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Eu0iVS/MySQL-python
.
Has anyone come across this and knows how to go about fixing it? thanks