To install a python module on windows

First you have to install the setuptool.Scaricate ez_setup.py this file and run it. “Python ez_setup”

ez_setup

After you get the source of a module and run the setup “python setup.py install”.

click