This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Ajaya, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-01-15.21:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579122707.33.0.750201783675.issue39344@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-01-15 21:11:47steve.dowersetrecipients: + steve.dower, paul.moore, christian.heimes, tim.golden, zach.ware, Ajaya
2020-01-15 21:11:47steve.dowersetmessageid: <1579122707.33.0.750201783675.issue39344@roundup.psfhosted.org>
2020-01-15 21:11:47steve.dowerlinkissue39344 messages
2020-01-15 21:11:47steve.dowercreate