Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100023
| From | Glenn Linderman <v+python@g.nevcal.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | msvcr100.dll missing ... error started after Windows 10 update to 10586.17 |
| Date | 2015-12-04 15:26 -0800 |
| Message-ID | <mailman.215.1449272044.14615.python-list@python.org> (permalink) |
My wife's 64-bit Win8 home machine has 32-bit Python 3.3 installed. Then it upgraded to Win 8.1. Then I upgraded it to Win 10. Then I upgraded it to Threshold 2. It gets regular automatic updates also, like the one last night to build 10586.17. That's the history. When she tried a python script today, it failed, with an error saying that MSVCR100.dll was missing. After a few false starts, like being surprised that the error happened when it worked yesterday, and that there was an MSVCR100.dll in %windir%\system32, doing a search for all MSVCR100.dll on her machine discovered quite a few in various application directories, but then also one in \windows.old\WINDOWS\SysWOW64, the light-bulb blinked on, I copied that one to the \python33 directory, and everything works. Why M$ chose to delete MSVCR100.dll from %windir%\SysWOW64 in the recent update is a mystery, however. So this is just a data point and warning and solution, not really an expectation that anyone will be able to explain M$. Glenn
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
msvcr100.dll missing ... error started after Windows 10 update to 10586.17 Glenn Linderman <v+python@g.nevcal.com> - 2015-12-04 15:26 -0800 Re: msvcr100.dll missing ... error started after Windows 10 update to 10586.17 Christian Gollwitzer <auriocus@gmx.de> - 2015-12-05 10:07 +0100
csiph-web