I\'m trying to use the Fabric 0.1.1 deploy tool (http://docs.fabfile.org/) on Windows and we\'re running into an issue with the readline mo
The readline
module you are trying to install with easy_install
is for OS X, not windows. There are Windows-compatible replacements for readline out there but perhaps you should first try updating fabric
itself to a more current version (0.9 is out there now).
Grepping the source of the 0.9 version does not find any dependencies on readline
.