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 paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2021-12-08.16:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638980326.73.0.477270049092.issue46015@roundup.psfhosted.org>
In-reply-to
Content
Before, a venv would include the DLLs directory in sys.path. Since issue45582, it does not, and so anything that relies on a standard library native module cannot run.
History
Date User Action Args
2021-12-08 16:18:46steve.dowersetrecipients: + steve.dower, paul.moore, vinay.sajip, tim.golden, zach.ware
2021-12-08 16:18:46steve.dowersetmessageid: <1638980326.73.0.477270049092.issue46015@roundup.psfhosted.org>
2021-12-08 16:18:46steve.dowerlinkissue46015 messages
2021-12-08 16:18:46steve.dowercreate