Hi Luggies.. I am new to twisted environment i started with the Book Twisted Network Programming EssentialsBy Abe Fettig , Publisher O'Reilly.. I started with the installation... I use Ubuntu as my Os... after installing twisted using synaptic package manager i was to install additional packages like *PyOpenSSL* and *PyCrypto* as per the book... i installed it too... PyopenSSL package worked properly when i imported it in a python interactive shell but i get error mesage when importing PyCrypto
Error Message is : >>> 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' So How to solve this.... if anybody has suggestions for a good tutorial on twisted for a beginer i welcome it... -- (¨`·.·´¨) Always `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling! `·.¸.·´ success is never final failure is never fatal have a good day SUDHARSH http://sudharsh.emurse.com/ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
