I'm trying to do an install of pyOpenSSL for Twisted in 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
located in the dynamic link library ssleay32.dll."
The DLL lives inside the OpenSLL/bin directory, which is also on the search
path.
OpenSSL: openssl-0.9.8e_WIN32.zip
pyOpenSSL: pyOpenSSL-0.7.win32-py2.5.exe
I also tried: > easy_install pyOpenSSL
Any ideas?
Uncle Roastie
ro...@ro...
|