Ajaya <ajayakumars...@gmail.com> added the comment:

Thanks all for your quick response. That issue has been resolved by
solution given by  Steve Dower and  Christian Heimes

On Thu, Jan 16, 2020 at 2:41 AM Steve Dower <rep...@bugs.python.org> wrote:

>
> Steve Dower <steve.do...@python.org> added the comment:
>
> More precisely, make sure the libcrypto-1_1.dll and libssl-1_1.dll files
> are in the same directory as your _ssl.pyd, but _not_ inside your
> Python38.zip file (zip import does not support native modules, they have to
> be outside of the zip).
>
> ----------
>
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <https://bugs.python.org/issue39344>
> _______________________________________
>

-- 
Regards:
Ajaya Kumar Sutar
Product Engineer
Siemens Industry Software (India) Private Limited
Tower C, Panchashil Business Park,
Cummins India Office Campus,
Survey No. 21, Balewadi,
Pune, India  411045
Tel: +91-20-39182839(O)
09764180686(P)

----------
title: ImportError: DLL load failed while importing _ssl: The specified module 
could not be found." -> Getting error while importing ssl " import _ssl # if we 
can't import it, let the error propagate ImportError: DLL load failed while 
importing _ssl: The specified module could not be found."

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39344>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to