Install pymysql on Windows PC
Windows installation on Windows PC is installed from a local download with pip
Downloads
package version that works for python2.7 File available at this site for convenience pymysql 0.10.1 pyMySQL-0.10.1-py2.py3-none-any.whl
Let's say that the wheel file for pymysql is at D:\PyMySQL-0.10.1-py2.py3-none-any.whl In the Windows power shell
C:\Python27\Scripts\pip.exe install D:\PyMySQL-0.10.1-py2.py3-none-any.whl
testing
Start python command line interface and import pymysql