[issue38088] distutils cannot locate vcruntime140.dll with only VS 2019 installed

Steve Dower report at bugs.python.org
Tue Sep 10 09:03:38 EDT 2019


New submission from Steve Dower <steve.dower at python.org>:

Because we are only looking for the VC141 redistributable, if we only have VC142 available then we won't find it.

We should expand the glob() call to allow VC14?\vcruntime140.dll.

----------
assignee: steve.dower
components: Distutils, Windows
messages: 351638
nosy: dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
pull_requests: 15495
severity: normal
status: open
title: distutils cannot locate vcruntime140.dll with only VS 2019 installed
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38088>
_______________________________________


More information about the Python-bugs-list mailing list