file: network.py
line: 475
a .format() has been introduced, in commit 1ca512d,
which (IIRC) is not compatible with python2.5.
Using Python 2.5 I'm getting :
...Fabric-1.12.0-py2.5.egg/fabric/network.py", line 475, in connect
name = 'gss_{0}'.format(suffix)
AttributeError: 'str' object has no attribute 'format'
file: network.py
line: 475
a
.format()has been introduced, in commit 1ca512d,which (IIRC) is not compatible with python2.5.
Using Python 2.5 I'm getting :