[Tutor] PyDtls

Mousumi Basu mousumi251 at gmail.com
Tue Mar 26 13:16:15 CET 2013


                I have installed PyDtls from the link:-"
https://pypi.python.org/pypi/Dtls/0.1.0".
                While creating the server and client objects in
"sslconnection.py", it is referring to "x509.py" for certificates.
Following error is occurring :-

File
"C:\dtls\Dtls-0.1.0.sdist_with_openssl.win32\Dtls-0.1.0\dtls\"x509.py",line
34 , in <module>
from openssl import *
File"C:\dtls\Dtls-0.1.0.sdist_with_openssl.win32\Dtls-0.1.0\dtls\"openssl.py",
line 74 in <module>

   libcrypto=CDLL(release_cryptodll_path)

File"C:\Python27\lib\ctypes\"_init_.py", line 365,in _init_
  self_.handle=_dlopen(self._name,mode)

WindowsError: [Error 126] The specified module could not be found.


                    Please help me out to sort that error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130326/0985cb03/attachment.html>


More information about the Tutor mailing list