
Dec. 21, 2007
12:36 p.m.
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