Hello,

I've had great success with fabric 0.1 and earlier on my Ubuntu intrepid
making deployments to ec2. So first off, great tool and thanks alot for your
hard work. The issue I'm having now is with 0.1 (installed using
easy_install) on ubuntu hardy heron. Looking at the setup.py, it says it
requires paramiko >1.6, which I satisfy with Paramiko 1.6.4 (the
python-paramiko package: http://packages.ubuntu.com/hardy/python-paramiko).
The problem is that this version of paramiko doesn't seem to accept the
timeout keyword argument to SSHClient.connect(). Version 1.7.4 of paramiko
which I have installed on my intrepid dev machine works just fine (and that
method accepts that argument).

Is this a packaging problem or does it sound like I might have something
more sinister going on?

Thanks again,
-Wes
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to