Solve error: Unable to find vcvarsall.bat for MySQLDB python


When we install django and mysql in Windows 8, there is possibility we got this errors :

1
error: Unable to find vcvarsall.bat

To solve this issue, just download MySQL-Python in :
http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

If you’re using virtualenv, you need to copy MySQLDB packages into virtualenv Lib/site-packages.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.