Forum Discussion
L4L7_53191
Mar 22, 2011Nimbostratus
That error indicates that the python interpreter used to install pycontrol either couldn't find suds or is looking for a version higher than what is there (>=0.3.9). As a result it's trying to go out to pypi and it's unable to (Network is unreachable). If you're certain that this isn't an issue, you could install pycontrol via "setup.py install"
-Matt