Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100023

msvcr100.dll missing ... error started after Windows 10 update to 10586.17

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
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 Fri, 4 Dec 2015 15:26:52 -0800
Lines 25
Message-ID <mailman.215.1449272044.14615.python-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de 2RImOknK7IdASZvninhCqgrHEeZ1nH+k+fLmEJW3AN1w==
Return-Path <v+python@g.nevcal.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'installed.': 0.05; 'upgraded': 0.05; 'subject:missing': 0.07; 'works.': 0.07; 'subject:Windows': 0.09; 'expectation': 0.09; 'skip:\\ 30': 0.09; 'threshold': 0.09; 'python': 0.10; 'subject:error': 0.11; 'subject: \n ': 0.15; 'received:10.0.90': 0.16; 'received:69.195': 0.16; 'received:69.195.124': 0.16; 'received:io': 0.16; 'received:mail.unifiedlayer.com': 0.16; 'received:psf.io': 0.16; 'received:unifiedlayer.com': 0.16; 'subject:after': 0.16; 'subject:started': 0.16; 'copied': 0.18; 'machine': 0.21; 'saying': 0.22; '64-bit': 0.22; 'skip:% 10': 0.22; 'tried': 0.24; 'script': 0.25; 'header:User-Agent:1': 0.26; 'error': 0.27; 'regular': 0.29; '32-bit': 0.29; 'solution,': 0.29; 'subject:update': 0.29; 'anyone': 0.32; 'point': 0.33; 'directory,': 0.33; 'surprised': 0.33; 'worked': 0.34; 'received:10.0': 0.34; 'gets': 0.35; 'on,': 0.35; 'false': 0.35; 'happened': 0.35; 'quite': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'received:10': 0.37; 'really': 0.37; 'being': 0.37; 'doing': 0.38; 'delete': 0.38; 'why': 0.39; 'data': 0.39; 'application': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'today,': 0.62; 'received:50': 0.66; 'night': 0.67; 'home': 0.67; 'discovered': 0.83; 'glenn': 0.84; 'directories,': 0.91
X-Authority-Analysis v=2.1 cv=IekUBwaa c=1 sm=1 tr=0 a=bHMQH+OLnPEWGwbUEerQzQ==:117 a=bHMQH+OLnPEWGwbUEerQzQ==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=9HSTQGAzAAAA:8 a=7j9GTTBHwvYA:10 a=PfmVRAYWlHQA:10 a=wUQvQvOEmiQA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=7aDvck8zWzYvbubExGcA:9 a=QEXdDO2ut3YA:10 a=f9DzB1mo5wAAMnDs5gcA:9 a=_W_S_7VecoQA:10
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
X-Identified-User {1756:box1033.bluehost.com:areliabl:nevcal.com} {sentby:smtp auth 50.37.23.14 authed with test@nevcal.com}
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100023

Show key headers only | View raw


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 | NextNext in thread | Find similar | Unroll thread


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