You need to install the OpenSSL binaries. Best place to get them is
http://www.slproweb.com/products/Win32OpenSSL.html
--
- Norman Rasmussen
- Email: nor...@rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
My Google foo tells me that you should probably try to change
<reactor>default</reactor>
to
<reactor>select</reactor>
I'm not sure that will help, but it's worth the try.
refs: http://code.google.com/p/pyaimt/wiki/OnlineDocumentation and
http://www.google.com/search?q=cache:UZ1O9vWDxjQJ:forum.blathersource.org
ahhh, so the magic to figure out the best reactor to use breaks
horribly on windows, brilliant!
Basically it's all different way of figuring out when there's new
network data to process. Some of the older (and more compatible)
methods can only handle about 1000 connections before breaking, so if
you've got a server with lots of users then it's important to be able
to switch to the high performace option. If you've only got 50 users
or less then it hardly matters.