I'm trying to execute the command in windows:
pip install mysql-python
to be able to work with mysql in Django but I get these errors:
c:\users\fabia\appdata\local\programs\python\python35-32\include\pyconfig.h(243): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory
error: command 'C:\Program Files\Microsoft Visual Studio 14.0\VC\BIN\cl.exe' failed with exit status 2
I can not find the solution, if anyone knows something I would appreciate it, I have python 3.5 and visual studio 2015 with VC ++ compiler.
There is a similar post: Error installing mysql-python but it has not given me solution.