[Twisted-Python] Which OpenSSL Package Does Twisted 2.5 Need On Linux? Where can I get it?

Running the email server script from Abe Fettig's Twisted book produces the following error:
"ImportError: No module named OpenSSL"
There are a number of versions of a number of Python modules with a similar name. PyOpenSSL has not been updated since 2004 and only has a .6 version number.
Which OpenSSL module or other modules should I install with Twisted 2.5 on Linux in order to avoid this error message. I am using the CentOs 4 version of Linux which is similar to RHEL 4.

On Thu, 20 Dec 2007 21:33:49 -0800 (PST), Jonathan Mark jonathansamuel@yahoo.com wrote:
Running the email server script from Abe Fettig's Twisted book produces the following error:
"ImportError: No module named OpenSSL"
There are a number of versions of a number of Python modules with a similar name. PyOpenSSL has not been updated since 2004 and only has a .6 version number.
PyOpenSSL is the library Twisted depends on for SSL support.
Jean-Paul
participants (2)
-
Jean-Paul Calderone
-
Jonathan Mark