When run python modules with mysql settings,
need to install MySQLdb but raise error like below..
Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat)
You can download Microsoft Visual C++ 10.0 express for free but,
it is very tiresome.
Here is a solution : http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
After download proper module, enter : pip install module-name.whl
Done!
No comments:
Post a Comment