Comment 64 for bug 238658

Revision history for this message
Zooko Wilcox-O'Hearn (zooko) wrote :

Alas, this doesn't work for me. The following starts with the cmd.exe command shell and uses the standard python 2.6.2 for Windows from python.org:

C:\Documents and Settings\Zooko Brillnonywonx\Desktop>python -i
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append("pyOpenSSL-0.9-py2.6-win32.egg")
>>> import OpenSSL
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pyOpenSSL-0.9-py2.6-win32.egg\OpenSSL\__init__.py", line 11, in <module>
  File "pyOpenSSL-0.9-py2.6-win32.egg\OpenSSL\SSL.py", line 7, in <module>
    Object types:
  File "pyOpenSSL-0.9-py2.6-win32.egg\OpenSSL\SSL.py", line 6, in __bootstrap__

ImportError: DLL load failed: The specified module could not be found.
>>>