Installing PyMySQL on a Windows 7 machine

Michael T picture Michael T · Jan 24, 2013 · Viewed 20.4k times · Source

I am not a python user and though I have used MySQL, I'm not an expert. Also, I'm mainly a Windows user and I don't know much about running command line scripts. So this might be a stupid question but I want to ask anyway...

(BTW my purpose is to install 'Baseball On A Stick')

I installed Python (version 3.3 on a Windows 7 machine).

Next it says to install pymysql. So I downloaded the .zip file from https://github.com/petehunt/PyMySQL/

The Readme says "Simply run the build-py3k.sh script from the local directory. It will build a working package in the ./py3k directory." I have absolutely no idea what this means. How do I run this? I tried typing it into the Python command line interface and it just gave me an error.

Answer

L Selter picture L Selter · Apr 23, 2013