Python won't run due to missing DLL #91
Labels
No labels
AutoScripts
Bug
Duplicate
Enhancement
HW-Diagnostics
Invalid
Linux
Question
UFD
WinPE
Windows
WontFix
ddrescue-tui
macOS
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 2Shirt/WizardKit#91
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Only seen on non-Win10 systems
This dll might be provided by this Windows update from October 2015: https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows
Otherwise I saw a few posts saying that installing the correct Visual C++ runtime will fix it. I'd guess 2012 or newer if this is the case.
Will test solutions using an outdated win7 image soon
Verified that Windows update KB2999226 is the only thing required for Python 3.7 w/ Visual C++ Runtime 2017 to run. This was done using a bare install using the latest official Windows 7 SP1 install media from 2011.
Will add logic to prompt to install that update for systems lacking it. This will include a warning that the system is SEVERELY outdated.
Add KB2999226 to sources and download MSU installers during update.py