[Ilugc] Twisted Installation Error

  • From: srsy70@xxxxxxxxx (S.Ramaswamy)
  • Date: Wed Sep 30 13:33:12 2009



import Crypto
import twisted.conch.ssh.transport
twisted.conch.ssh.transport.RSA
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'RSA'

twisted.conch.ssh.transport clearly has no attribute RSA. You can confirm
this either with dir() or with getattr().  What are you trying to do ?
Perhaps you can paste a few more lines of the code that you are trying to
run.

Ramaswamy

Other related posts: