[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-13 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-13 Thread Steve Dower
Steve Dower added the comment: New changeset c05e491a69df3fe0a8be91eeddd330792ada6755 by Steve Dower in branch '3.7': bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) https://github.com/python/cpython/commit/c05e491a69df3fe0a8be91eeddd330792ada6755 --

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-12 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18311 pull_request: https://github.com/python/cpython/pull/18962 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-12 Thread miss-islington
miss-islington added the comment: New changeset 35ae5d916c6c2e9f211666a3a97965be3d2977ae by Miss Islington (bot) in branch '3.8': bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) https://github.com/python/cpython/commit/35ae5d916c6c2e9f211666a3a97965be3d2977ae --

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +18297 pull_request: https://github.com/python/cpython/pull/18943 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
miss-islington added the comment: New changeset 894adc18b4fb7246b762276a50a332c0e4f0e0f0 by Steve Dower in branch 'master': bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) https://github.com/python/cpython/commit/894adc18b4fb7246b762276a50a332c0e4f0e0f0 --

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: Okay, I think I've got an approach that works even on the apparently misconfigured installs on the buildbots (and some user machines, if this is the same underlying issue as issue38597). I wasn't able to reproduce it though, so I have no idea why they don't

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18291 pull_request: https://github.com/python/cpython/pull/18938 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
miss-islington added the comment: New changeset 17571c54e03822685656dc7d118a5ddcf8cb58af by Miss Islington (bot) in branch '3.8': bpo-39930: Convert error to warning for more silent failure (GH-18921) https://github.com/python/cpython/commit/17571c54e03822685656dc7d118a5ddcf8cb58af

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
miss-islington added the comment: New changeset 3136f6f287a56afe87c0fd3e70c15c6e53ae0814 by Miss Islington (bot) in branch '3.7': bpo-39930: Convert error to warning for more silent failure (GH-18921) https://github.com/python/cpython/commit/3136f6f287a56afe87c0fd3e70c15c6e53ae0814

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +18275 pull_request: https://github.com/python/cpython/pull/18923 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +18274 pull_request: https://github.com/python/cpython/pull/18922 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: New changeset fde44ae6d08d3df79554155b1cf079e73a8fabdd by Steve Dower in branch 'master': bpo-39930: Convert error to warning for more silent failure (GH-18921) https://github.com/python/cpython/commit/fde44ae6d08d3df79554155b1cf079e73a8fabdd --

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: Added a PR to make the failure silent, up until we're building a release package. That way it'll only bother me, and I can make sure that I have the right VS install. -- ___ Python tracker

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18273 pull_request: https://github.com/python/cpython/pull/18921 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: It seems like many buildbots are broken. Maybe the "buildbot" label should be tried on PRs changing the Windows build system. x86 Windows7 3.7: https://buildbot.python.org/all/#/builders/53/builds/109

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: Other examples of failures. AMD64 Windows8.1 Non-Debug 3.x: https://buildbot.python.org/all/#/builders/9/builds/473 D:\buildarea\3.x.ware-win81-release.nondebug\build\PCbuild\pyproject.props(220,5): error : vcruntime14*.dll not found under

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: Ah, both of those buildbots are running Build Tools. Apparently there's a different layout for those. Note that the devguide provides instructions that can't be followed with the Build Tools - you need VS Community (at least):

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: New changeset eede148296bf3b4578b92ed6a07f2733a0f1c341 by Steve Dower in branch '3.7': bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) https://github.com/python/cpython/commit/eede148296bf3b4578b92ed6a07f2733a0f1c341

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: Same error on AMD64 Windows10 3.x: https://buildbot.python.org/all/#builders/129/builds/513 -- ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread STINNER Victor
STINNER Victor added the comment: AMD64 Windows10 3.8 build failed with "(...)\pyproject.props(221,5): error : vcruntime14*.dll not found (...)": https://buildbot.python.org/all/#builders/159/builds/190 -- nosy: +vstinner ___ Python tracker

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
miss-islington added the comment: New changeset d01c5507e5f9bd5072d94f007d29b37f41c6e6b5 by Miss Islington (bot) in branch '3.8': bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18271 pull_request: https://github.com/python/cpython/pull/18920 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +18270 pull_request: https://github.com/python/cpython/pull/18919 ___ Python tracker

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: New changeset 2dd41740c97bd77695ddcc590caa7f53e76dc35a by Steve Dower in branch 'master': bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) https://github.com/python/cpython/commit/2dd41740c97bd77695ddcc590caa7f53e76dc35a

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +18269 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18918 ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Steve Dower
Steve Dower added the comment: Thanks for the heads-up, I'll take a look. -- assignee: -> steve.dower ___ Python tracker ___ ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Russell Keith-Magee
Russell Keith-Magee added the comment: It appears the 3.7.7RC1 embedded installer was also missing the file. -- ___ Python tracker ___

[issue39930] Embedded installer for Python 3.7.7 missing vcruntime140.dll

2020-03-11 Thread Russell Keith-Magee
New submission from Russell Keith-Magee : The Windows python-3.7.7-embed-amd64.zip installer (released Mar 11 2020) appears to be missing vcruntime140.dll. As a result, running the python.exe or pythonw.exe included in that installer fails with a system error notifying you of the missing