I'm trying to do an install of Twisted for Python 2.5.4
on Windows XP. I installed PyCrypto, OpenSSL for Windows,
and PyOpenSLL. When I enter the Python interpreter
and say
>>> import OpenSLL
I get the following error:
"The procedure entry point SSL_CTX_set_info_callback could not be
On Wed, 20 May 2009 09:12:28 -0500, Uncle Roastie
wrote:
>I'm trying to do an install of Twisted for Python 2.5.4
>on Windows XP. I installed PyCrypto, OpenSSL for Windows,
>and PyOpenSLL. When I enter the Python interpreter
>and say
>
import OpenSLL
>
>I get the following error:
>
>"The
On Tue, May 12, 2009 at 1:39 PM, Terry Jones wrote:
> If Python allowed me to return a deferred from __init__, my problem would
> vanish. That's not going to happen though, I know :-)
Well, if you /really/ want to, you can implement that; something like:
from twisted.internet import defer