[Twisted-Python] First time install of Twisted fails

2009-05-20 Thread Uncle Roastie
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

Re: [Twisted-Python] First time install of Twisted fails

2009-05-20 Thread Jean-Paul Calderone
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

Re: [Twisted-Python] Consistent interfaces to asynchronous partially-available services using Deferreds and state machines (was Re: Another approach to allowing __init__ to work with Deferreds)

2009-05-20 Thread Tristan Seligmann
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