[Ilugc] Twisted Installation Error

  • From: senthils@xxxxxxxxxx (S. Senthil Anand)
  • Date: Wed Sep 30 13:54:54 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.

I think this is the code being used:
http://books.google.co.in/books?id=sUviL0XxgMEC&lpg=PA177&ots=c3lfubBhl6&dq=twisted%20conch%20rsa&pg=PA6#v=onepage&q=twisted%20conch%20rsa&f=false

I am not sure if it is due to a library change or a language spec change.

Regards,
Senthil


Other related posts: