24 diciembre 2013

Instalar módulos Python desde las fuentes en Windows

El sistema debe reconocer el comando "python". SI no lo hace, se debe agregar la 
ruta en la variable PATH del sistema.
 
Instalar setuptools

Descargar https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py

ejecutar> python ez_setup.py
 
Instalar módulo en windows

cd c:\Temp\dateutil
python setup.py install