I have a one django
app , And now i want send it to production linux
server but when i try to install mysql-python
module , I got this error :
> error: Setup script exited with error: Unable to find vcvarsall.bat
I know that , I can fix this error with installing visual studio in windows .
but I don't know how can i fix this in linux , and i write this app with python 3.4 .
I search all of stackoverflow , but i can't find anything for my problem .
And i Try C++ compiler for python from microsoft but it can't solve my problem .
when I type pip install mysql-python
i got this error :