I am trying to make my first sample app with Django and 
I am trying to install mysql-python using pip install mysql-python and I am getting this error:
It's asking me to install Microsoft Visual C++ 10.0 if I am not wrong. But, from what I have seen on the internet, to install Microsoft Visual C++ I have to install Microsoft Visual Studio(if I am not wrong).
So, My question is is there any other way to install Visual C++. Or is there any other way to install mysql for python.


