Install pymysql on Windows PC » History » Revision 3
Revision 2 (Anchi Cheng, 12/09/2021 05:46 PM) → Revision 3/4 (Anchi Cheng, 03/29/2022 12:06 PM)
h1. Install pymysql on Windows PC Windows installation on Windows PC is installed from a local download with pip h2. 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| |pymysql|1.0.2|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 <pre> C:\Python27\Scripts\pip.exe install D:\PyMySQL-0.10.1-py2.py3-none-any.whl </pre> h2. testing Start python command line interface and import pymysql