Python won't run due to missing DLL #91

Closed
opened 2019-01-29 17:24:33 -07:00 by 2Shirt · 3 comments
2Shirt commented 2019-01-29 17:24:33 -07:00 (Migrated from gitea.2shirt.work)

image_from_ios
Only seen on non-Win10 systems

![image_from_ios](https://user-images.githubusercontent.com/1923621/51949663-a8a1b480-23ea-11e9-8fb7-ef284cc86a94.jpg) Only seen on non-Win10 systems
2Shirt commented 2019-03-11 21:21:15 -06:00 (Migrated from gitea.2shirt.work)

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

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
2Shirt commented 2019-03-16 22:02:57 -06:00 (Migrated from gitea.2shirt.work)

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.

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.
2Shirt commented 2019-03-16 23:05:36 -06:00 (Migrated from gitea.2shirt.work)

Add KB2999226 to sources and download MSU installers during update.py

Add KB2999226 to sources and download MSU installers during update.py
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#91
No description provided.