Tag Archives: Python

Compiling mysqlclient for Python 2.7 on Windows 7 and up

I recently wanted to get into Django. I wanted to be able to go back between my real webserver and local development quickly, so I chose MySQL as my database. I quickly discovered that the recommended way is to use mysqlclient. Unfortunately, trying to install it using pip fails outright:… Read more »