[Twisted-Python] sshclient and sshserver examples
hi, I am trying to run the sshsimpleclient.py from the CVS examples folder. However I get the following error. Traceback (most recent call last): File "/home/selwyn/.ssh/sshClient.py", line 44, in ? class TrueChannel(connection.SSHChannel): AttributeError: 'module' object has no attribute 'SSHChannel' rummaging around in connection, there doesn't appear to be the appropriate class available. Help greatly appreciated. Selwyn
On 27 May 2003 at 12:16, Selwyn McCracken wrote:
Traceback (most recent call last): File "/home/selwyn/.ssh/sshClient.py", line 44, in ? class TrueChannel(connection.SSHChannel): AttributeError: 'module' object has no attribute 'SSHChannel'
Yeah, SSHChannel was refactored into its own module a while back, and I forgot to change this example. It's fixed in CVS. -p -- Paul Swartz (o_ http://twistedmatrix.com/users/z3p.twistd/ //\ z3p@twistedmatrix.com V_/_ AIM: Z3Penguin
participants (2)
-
Paul Swartz
-
Selwyn McCracken